Remove comment and -g
This commit is contained in:
parent
f080ba36e8
commit
0bb34ee619
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ cat: cat.o
|
|||||||
ld -o cat cat.o
|
ld -o cat cat.o
|
||||||
|
|
||||||
cat.o: cat.s
|
cat.o: cat.s
|
||||||
nasm -g -f elf64 cat.s
|
nasm -f elf64 cat.s
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user