aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a36e1a..657b2e2 100644
--- a/Makefile
+++ b/Makefile
@@ -62,9 +62,9 @@ got-cmd.install: got-cmd
install: install-cmd install-doc
.PHONY: install-cmd
-install-cmd: install-core
+install-cmd: install-core install-examples
-.PHONY: install-core install-examples
+.PHONY: install-core
install-core: got.install got-cmd.install
install -Dm755 -- "got.install" "$(DESTDIR)$(PREFIX)$(SBIN)/got"
install -Dm755 -- "got-cmd.install" "$(DESTDIR)$(PREFIX)$(BIN)/got-cmd"