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: d:
gcc -g -std=c89 ./main.c -o th -lncurses -ltinfo -Wall && gdb --tui ./th 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