From 5f79a1732be5753726ae08e94004cddcde423f37 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sun, 27 Dec 2020 08:54:49 -0600 Subject: add dm-search to Makefile --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 47da467..82d91a7 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -30,6 +30,7 @@ install: $(INSTALL) mcpl $(INSTALL_BIN) $(INSTALL) submit-grid-jobs-queue $(INSTALL_BIN) $(INSTALL) print-event-rate $(INSTALL_BIN) + $(INSTALL) dm-search $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install -- cgit