From 6351b9de6c5b96da26d33bb1c303f092194987d7 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 16 Jul 2019 11:14:16 -0500 Subject: install plot-energy --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Makefile b/utils/Makefile index d1c5570..7f48330 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -15,5 +15,6 @@ install: $(INSTALL) gen-dark-matter $(INSTALL_BIN) $(INSTALL) fit-wrapper $(INSTALL_BIN) $(INSTALL) cat-grid-jobs $(INSTALL_BIN) + $(INSTALL) plot-energy $(INSTALL_BIN) .PHONY: install -- cgit