tfix Makefile - mars - superminimal static website framework
 (HTM) git clone git://parazyd.org/mars.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 97f854dceb7f5c4d1debfd589c95e4011f0c2d5d
 (DIR) parent 91952782f79c74d2574579c0209de5af911923c4
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 15 Sep 2016 12:15:23 +0200
       
       fix Makefile
       
       Diffstat:
         M Makefile                            |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -1,14 +1,14 @@
        DESTDIR = /var/www/html
        
        all:
       -        @./mars.sh generate
       +        @./mars generate
        push:
       -        @./mars.sh push
       +        @./mars push
        clean:
       -        @./mars.sh clean -f
       +        @./mars clean -f
        install:
                cp -f Makefile      ${DESTDIR}/Makefile
       -        cp -f mars.sh       ${DESTDIR}/mars.sh
       +        cp -f mars          ${DESTDIR}/mars
                cp -f rsync-exclude ${DESTDIR}/rsync-exclude
                cp -f webtree       ${DESTDIR}/webtree