2 lines
38 B
Makefile
2 lines
38 B
Makefile
all:
|
|
gcc Show.c -lncurses -O2 -o show
|
all:
|
|
gcc Show.c -lncurses -O2 -o show
|