4 lines
51 B
Makefile
4 lines
51 B
Makefile
|
all:
|
||
|
nasm -felf32 main.s && ld -melf_i386 main.o
|
||
|
|