1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 10:50:15 -04:00

added valgrind in makefile

This commit is contained in:
nova
2025-06-15 16:54:05 +02:00
parent 188ecb7f57
commit d2bde3a31c

View File

@@ -3,3 +3,7 @@ all:
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