4 lines
46 B
Makefile
4 lines
46 B
Makefile
|
all:
|
||
|
nasm -g -felf64 main.s && ld -g main.o
|
||
|
|