diff options
-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 |