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