Remove comment and -g

This commit is contained in:
2022-10-04 04:25:37 -07:00
parent f080ba36e8
commit 0bb34ee619
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cat: cat.o
ld -o cat cat.o
cat.o: cat.s
nasm -g -f elf64 cat.s
nasm -f elf64 cat.s
.PHONY: clean
clean: