diff options
author | mail_redacted_for_web | 2015-11-14 19:14:56 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2015-11-14 19:14:56 +0100 |
commit | 9a9799ffa596a4ff29cae610dfcd6da2e82dae3c (patch) | |
tree | 322d36a2379cbfc83e465f6d1f1b15ae8d1ec266 | |
parent | 36e161a21176a7187276883d5cbecb5d4ebb31a5 (diff) | |
download | mp3dir2html-9a9799ffa596a4ff29cae610dfcd6da2e82dae3c.tar.bz2 |
Makefile: default targets, well well...
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ VERSION = 3.81 -install: mbin man - all: help +install: mbin man + mbin: exiftool-exists sedawk-exists @cp -v bin/mp3dir2html /usr/local/bin/ |