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
|
cat: cat.o
|
||||||
ld -o cat cat.o
|
ld -o cat cat.o
|
||||||
|
|
||||||
cat.o: cat.s
|
cat.o: cat.nasm
|
||||||
nasm -f elf64 cat.s
|
nasm -f elf64 cat.nasm
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user