3 lines
30 B
Makefile
3 lines
30 B
Makefile
|
all:
|
||
|
gcc main.c -lncurses -g
|