@ -0,0 +1,9 @@
cat: cat.o
ld -o cat cat.o
cat.o: cat.s
nasm -g -f elf64 cat.s
.PHONY: clean
clean:
rm -f cat.o cat
The note is not visible to the blocked user.