cat: cat.o ld -m elf_x86_64 -o cat cat.o cat.o: cat.asm nasm -f elf64 cat.asm clean: rm *.o ; rm cat