Merge branch 'main' of git.zander.im:Zander671/asm-cat
This commit is contained in:
commit
e20a37605c
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:
|
||||
|
Loading…
Reference in New Issue
Block a user