1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 18:30:15 -04:00
Files
th/Makefile
2025-04-17 01:17:13 +02:00

6 lines
136 B
Makefile

all:
gcc ./main.c -std=c89 -o th -lncurses -ltinfo -Wall
d:
gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo -Wall && gdb --tui ./th