all: ../obj/phymem.o ../obj/virmem.o

../obj/phymem.o: phymem.asm
	nasm -f elf $<
	mv *.o $@

../obj/virmem.o: virmem.asm
	nasm -f elf $<
	mv *.o $@
