1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 10:50:15 -04:00
Files
th/Makefile
2025-02-20 23:05:23 +01:00

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