mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
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
|