diff --git a/Makefile b/Makefile index ad1e8a4..427457b 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,6 @@ clean: rm -rf $(BUILDDIR) run: all - ./$(BUILDDIR)/$(APPNAME)$(EXT) + valgrind --leak-check=full ./$(BUILDDIR)/$(APPNAME)$(EXT) ./data/Circuit.duckdb .PHONY: all clean run