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