all:
	gcc -o toyvirt main.c elf.c toydev.c -lnvmm -lpthread -Wall

clean:
	rm toyvirt

