diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-10-09 11:52:27 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-10-09 11:52:27 -0500 |
commit | 33df0431e402e85df073004af28b4d8373105c24 (patch) | |
tree | 1a8d6efdea06348cf0a3f8b0a3aae594d95aef91 | |
parent | 022a3da735ef842d5200cbfa9960cf1cc94a1303 (diff) | |
download | sddm-33df0431e402e85df073004af28b4d8373105c24.tar.gz sddm-33df0431e402e85df073004af28b4d8373105c24.tar.bz2 sddm-33df0431e402e85df073004af28b4d8373105c24.zip |
add mcpl to Makefile
-rw-r--r-- | utils/Makefile | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | utils/mcpl | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 677fdd3..b22c9e1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -27,6 +27,7 @@ install: $(INSTALL) dc $(INSTALL_BIN) $(INSTALL) dc-closure-test $(INSTALL_BIN) $(INSTALL) plot-michels $(INSTALL_BIN) + $(INSTALL) mcpl $(INSTALL_BIN) ./setup.py install --prefix=$(PREFIX) .PHONY: install diff --git a/utils/mcpl b/utils/mcpl index 5cfb949..5cfb949 100644..100755 --- a/utils/mcpl +++ b/utils/mcpl |