@@ -7,3 +7,10 @@ list: list.cpp
.PHONY: memcheck_list
memcheck_list: list
valgrind --leak-check=full ./list;
btree: btree.cpp
$(CC) $(CFLAGS) $^ -o $@
.PHONY: memcheck_btree
memcheck_btree: btree
valgrind --leak-check=full ./btree;
The note is not visible to the blocked user.