diff options
author | mail_redacted_for_web | 2015-11-14 19:12:12 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2015-11-14 19:12:12 +0100 |
commit | d59289f505f35d5fdd8265769f89bd846b68584e (patch) | |
tree | 1b6cc7ce6e7fdc0856f54cb62aef76b84c1f635d | |
parent | c771559c84005151ac80977654536857ec91a8e3 (diff) | |
download | mp3dir2html-d59289f505f35d5fdd8265769f89bd846b68584e.tar.bz2 |
Makefile: make all substitution wuth help
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |