NASM=nasm all: rmmod.bin rmmod.bin: rmmod.asm $(NASM) -f bin rmmod.asm -l rmmod.lst -o rmmod.bin clean: -rm -f *~ *.o *.bin *.lst