aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d59200..12e7b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@
DESTDIR=/usr
ETCDIR=/etc
+all:
+ : # No build step required, use `make install` to install this program
+
install: bin lib share
uninstall:
@@ -46,4 +49,4 @@ share:
share/os.d \
"$(DESTDIR)/share/bashtard"
-.PHONY: install uninstall qa bin lib man share
+.PHONY: all install uninstall qa bin lib man share