aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJefferson Julio <[email protected]>2022-05-15 22:10:43 -0300
committerJefferson Julio <[email protected]>2022-05-15 22:10:43 -0300
commit4204a8f4a0c0f9d0f37d83127eb3bab7ef6a3b24 (patch)
treed9d9d595a86693fa93cc5778a3c85cc3a30cb38d /Makefile
parent1c9ba130efdb94de69c9ac50926f64a0b9984fb6 (diff)
downloadrest-run-4204a8f4a0c0f9d0f37d83127eb3bab7ef6a3b24.tar.bz2
rest-run-4204a8f4a0c0f9d0f37d83127eb3bab7ef6a3b24.zip
Fix: include install-utils on install rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02472e1..1e916fe 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ bindir := $(prefix)/bin
utils := $(wildcard utils/*)
-install: install-bin install-zsh-completion
+install: install-bin install-zsh-completion install-utils
install-bin:
mkdir -p $(bindir)