6 lines
118 B
Makefile
6 lines
118 B
Makefile
all:
|
|
gcc ./main.c -std=c99 -o th -lncurses -ltinfo -Wall
|
|
|
|
d:
|
|
gcc -g -std=c99 ./main.c -o th -lncurses -ltinfo -Wall
|