diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-12-27 08:54:49 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-12-27 08:54:49 -0600 |
commit | 5f79a1732be5753726ae08e94004cddcde423f37 (patch) | |
tree | 5c65af40aed056ee263d5f03e930783082480e7a /utils | |
parent | 0bd14cc5fcbf839c6259ecbc3f8eca6b6a53bd4d (diff) | |
download | sddm-5f79a1732be5753726ae08e94004cddcde423f37.tar.gz sddm-5f79a1732be5753726ae08e94004cddcde423f37.tar.bz2 sddm-5f79a1732be5753726ae08e94004cddcde423f37.zip |
add dm-search to Makefile
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 1 |
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 |