3 lines
33 B
Makefile
3 lines
33 B
Makefile
|
main: main.c
|
||
|
gcc -o main main.c
|