d05 check leaks ok

This commit is contained in:
hugogogo
2022-03-14 18:30:01 +01:00
parent 277f92ac93
commit 2d613efdf4
7 changed files with 11 additions and 19 deletions

View File

@@ -59,6 +59,9 @@ $(NAME): $(OBJS)
# $(CC) $(OBJS) -o $@ $(LIBS)
$(CXX) $(OBJS) -o $@ $(LIBS)
leaks: $(NAME)
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME)
clean:
$(RM_OBJS)

Binary file not shown.