count: count.o ld -m elf_x86_64 -o count count.o count.o: count.asm nasm -f elf64 -g -F stabs count.asm -l count.lst strip: strip.o ld -m elf_x86_64 -o strip strip.o strip.o: count.asm nasm -f elf64 count.asm -o strip.o clean: rm *.lst rm *.o rm count rm strip