separate into files
This commit is contained in:
parent
0038b22aca
commit
9f3d59cf15
3 changed files with 68 additions and 75 deletions
4
makefile
4
makefile
|
@ -1,3 +1,3 @@
|
|||
main:
|
||||
nasm -g -f elf64 -o hello.o hello.s
|
||||
ld -o hello hello.o
|
||||
nasm -g -f elf64 -o main.o main.s
|
||||
ld -o main main.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue