git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <lirion _ lirion.de> 2015-11-14 19:12:12 +0100
committerHarald Pfeiffer <lirion _ lirion.de> 2015-11-14 19:12:12 +0100
commitd59289f505f35d5fdd8265769f89bd846b68584e (patch)
tree1b6cc7ce6e7fdc0856f54cb62aef76b84c1f635d
parentc771559c84005151ac80977654536857ec91a8e3 (diff)
downloadmp3dir2html-d59289f505f35d5fdd8265769f89bd846b68584e.tar.bz2
Makefile: make all substitution wuth help
-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