2 lines
32 B
Makefile
2 lines
32 B
Makefile
|
main: main.c
|
||
|
gcc -o main main.c
|