From 28850f2e412966c10e1cef2b8a3651b9ce2a572c Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 27 Aug 2019 11:50:20 -0500 Subject: add a script to reprocess SNO zdabs --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index 7f48330..6ad38c5 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -16,5 +16,6 @@ install: $(INSTALL) fit-wrapper $(INSTALL_BIN) $(INSTALL) cat-grid-jobs $(INSTALL_BIN) $(INSTALL) plot-energy $(INSTALL_BIN) + $(INSTALL) zdab-reprocess $(INSTALL_BIN) .PHONY: install -- cgit