3 lines
32 B
Makefile
3 lines
32 B
Makefile
|
main: main.c
|
||
|
cc -o main main.c
|