mini_hypervisor: mini_hypervisor.c
	gcc -lpthread mini_hypervisor.c -o mini_hypervisor

clean:
	rm -f mini_hypervisor
