Files
config-parser/makefile
2025-05-15 15:00:41 +02:00

5 lines
113 B
Makefile

default:
gcc -O0 -g test.c config.c file.c
leak-check:
valgrind --track-origins=yes --leak-check=full ./a.out