diff options
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 35553e9..61262da 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -17,8 +17,10 @@ install: $(INSTALL) cat-grid-jobs $(INSTALL_BIN) $(INSTALL) plot-energy $(INSTALL_BIN) $(INSTALL) zdab-reprocess $(INSTALL_BIN) + $(INSTALL) zdab-reprocess-orphans $(INSTALL_BIN) $(INSTALL) delete-zdabs $(INSTALL_BIN) $(INSTALL) mv-grid-files $(INSTALL_BIN) + $(INSTALL) plot-muons $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install |