Files
th/Makefile
2025-06-15 16:54:05 +02:00

10 lines
235 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
v:
gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo && valgrind --log-fd=9 9>>valgrind.log ./th