nice readme; fix makefile

This commit is contained in:
root 2025-05-17 10:46:05 +00:00
parent 44cf92c998
commit 2fea95e100
2 changed files with 19 additions and 7 deletions

View file

@ -1,3 +1,5 @@
main:
nasm -g -f elf64 -o main.o main.s
ld -o main main.o
.PHONY: main