From afe075dc515924cf4332bc9ce32a8ca734477347 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 18 May 2020 10:04:27 -0500 Subject: add a new script to delete zdab files on the grid which were successfully fit --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index c8690d6..daec959 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -17,6 +17,7 @@ install: $(INSTALL) cat-grid-jobs $(INSTALL_BIN) $(INSTALL) plot-energy $(INSTALL_BIN) $(INSTALL) zdab-reprocess $(INSTALL_BIN) + $(INSTALL) delete-zdabs $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install -- cgit