@@ -4,4 +4,8 @@ clean:
build:
mkdir -p build
gcc -Wall src/*.c src/*.h -o build/mg
.PHONY: leak-test
leak-test: clean build
valgrind --leak-check=full -s ./build/mg
The note is not visible to the blocked user.