From d59289f505f35d5fdd8265769f89bd846b68584e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 14 Nov 2015 19:12:12 +0100 Subject: Makefile: make all substitution wuth help --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3