3 lines
54 B
Makefile
3 lines
54 B
Makefile
all:
|
|
cc -nostdlib -static -masm=intel -o main main.c
|
all:
|
|
cc -nostdlib -static -masm=intel -o main main.c
|