aboutsummaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-05-18 10:04:27 -0500
committertlatorre <tlatorre@uchicago.edu>2020-05-19 11:31:29 -0500
commitafe075dc515924cf4332bc9ce32a8ca734477347 (patch)
tree6dbb7938e6a41c99f3c9234f0b0cc9a89ce82bf7 /utils/Makefile
parent9c6712f7335148f1090749e26020f7b468cf303b (diff)
downloadsddm-afe075dc515924cf4332bc9ce32a8ca734477347.tar.gz
sddm-afe075dc515924cf4332bc9ce32a8ca734477347.tar.bz2
sddm-afe075dc515924cf4332bc9ce32a8ca734477347.zip
add a new script to delete zdab files on the grid which were successfully fit
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
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