aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ee6491..821a41d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
-.PHONY: install
+.PHONY: all install
PREFIX := /usr/local
+all: plz
+
install: plz plz.1
mkdir -p -- "$(PREFIX)"/bin
install -m 0755 -- plz "$(PREFIX)"/bin