Compare commits
2 Commits
main
...
e20a37605c
Author | SHA1 | Date | |
---|---|---|---|
e20a37605c
|
|||
d37724c523
|
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
cat: cat.o
|
||||
ld -o cat cat.o
|
||||
|
||||
cat.o: cat.s
|
||||
nasm -f elf64 cat.s
|
||||
cat.o: cat.nasm
|
||||
nasm -f elf64 cat.nasm
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user