aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2020-12-27 08:54:49 -0600
committertlatorre <tlatorre@uchicago.edu>2020-12-27 08:54:49 -0600
commit5f79a1732be5753726ae08e94004cddcde423f37 (patch)
tree5c65af40aed056ee263d5f03e930783082480e7a
parent0bd14cc5fcbf839c6259ecbc3f8eca6b6a53bd4d (diff)
downloadsddm-5f79a1732be5753726ae08e94004cddcde423f37.tar.gz
sddm-5f79a1732be5753726ae08e94004cddcde423f37.tar.bz2
sddm-5f79a1732be5753726ae08e94004cddcde423f37.zip
add dm-search to Makefile
-rw-r--r--utils/Makefile1
1 files changed, 1 insertions, 0 deletions
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