CC=gcc

default: trojan_loader

clean:
	rm -f trojan_loader

trojan_loader:
	$(CC) -o trojan_loader trojan_loader.c -lkvm
