nice readme; fix makefile
This commit is contained in:
parent
44cf92c998
commit
2fea95e100
2 changed files with 19 additions and 7 deletions
2
makefile
2
makefile
|
@ -1,3 +1,5 @@
|
|||
main:
|
||||
nasm -g -f elf64 -o main.o main.s
|
||||
ld -o main main.o
|
||||
|
||||
.PHONY: main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue