add leak check to makefile

This commit is contained in:
jonathan santis
2025-05-15 15:00:41 +02:00
parent 77f5c5ac2c
commit ff1b01e4be

View File

@@ -1,2 +1,4 @@
default: default:
gcc -O0 -g test.c config.c file.c gcc -O0 -g test.c config.c file.c
leak-check:
valgrind --track-origins=yes --leak-check=full ./a.out