git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c478815..531aad7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = 3.81
install: all
-all: mbin man
+all: help
mbin: exiftool-exists sedawk-exists
@cp -v bin/mp3dir2html /usr/local/bin/
@@ -37,4 +37,5 @@ help:
@echo " uninstall\t- Deletes all files from your system."
@echo
@echo "Make sure you have all necessary privileges before doing something :)"
+ @echo "As there's nothing to compile here, a \"make\" or \"make all\" will just fire up this help."
@echo