changed makefile run command to run with valgrind and default data file

This commit is contained in:
2026-01-03 20:43:51 +01:00
parent 92cf26fcf6
commit abe3a2dbb1

View File

@@ -57,6 +57,6 @@ clean:
rm -rf $(BUILDDIR) rm -rf $(BUILDDIR)
run: all run: all
./$(BUILDDIR)/$(APPNAME)$(EXT) valgrind --leak-check=full ./$(BUILDDIR)/$(APPNAME)$(EXT) ./data/Circuit.duckdb
.PHONY: all clean run .PHONY: all clean run