From 480e0606bce50b7b3a7f9cb8d48de11d3701263e Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 7 Jul 2020 10:51:40 -0500 Subject: add zdab-reprocess-orphans and plot-muons to Makefile --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/Makefile') 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 -- cgit