aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-06-02 13:31:47 -0500
committertlatorre <tlatorre@uchicago.edu>2020-06-02 13:31:47 -0500
commit826525e01c95a8f144de304a2f973d804fcc0b35 (patch)
tree25ae2828ebfd3b2a20e7a5801032e503a9d8db4f /utils
parent222b7ad114e0256eab5bd90a1cfdaaf0a00c41b9 (diff)
downloadsddm-826525e01c95a8f144de304a2f973d804fcc0b35.tar.gz
sddm-826525e01c95a8f144de304a2f973d804fcc0b35.tar.bz2
sddm-826525e01c95a8f144de304a2f973d804fcc0b35.zip
update Makefile
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index daec959..35553e9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -18,6 +18,7 @@ install:
$(INSTALL) plot-energy $(INSTALL_BIN)
$(INSTALL) zdab-reprocess $(INSTALL_BIN)
$(INSTALL) delete-zdabs $(INSTALL_BIN)
+ $(INSTALL) mv-grid-files $(INSTALL_BIN)
./setup.py install --prefix=$(PREFIX)
.PHONY: install