From 994daf964aacde066ba32c6c6ab8a4267b91d6e9 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 7 Sep 2020 11:29:54 -0500 Subject: update Makefile --- utils/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/Makefile b/utils/Makefile index 61262da..677fdd3 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -21,6 +21,12 @@ install: $(INSTALL) delete-zdabs $(INSTALL_BIN) $(INSTALL) mv-grid-files $(INSTALL_BIN) $(INSTALL) plot-muons $(INSTALL_BIN) + $(INSTALL) chi2 $(INSTALL_BIN) + $(INSTALL) convert-genie-rw $(INSTALL_BIN) + $(INSTALL) plot-dc $(INSTALL_BIN) + $(INSTALL) dc $(INSTALL_BIN) + $(INSTALL) dc-closure-test $(INSTALL_BIN) + $(INSTALL) plot-michels $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install -- cgit