d08 check leaks ok

This commit is contained in:
hugogogo
2022-03-14 18:57:38 +01:00
parent c657ba3dd4
commit 47d697f436
6 changed files with 47 additions and 195 deletions

View File

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