trun target all on make push - 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 5900dd1ac5628de2ddf2bc5ef1bbf1c5a94586f7
 (DIR) parent 8d69737ace323cfe7d0babdba6a703f7dbd1981c
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 21 Jun 2016 20:13:40 +0200
       
       run target all on make push
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -1,6 +1,6 @@
        all:
                @./mars.sh generate
       -push:
       +push: all
                @./mars.sh push
        clean:
                @./mars.sh clean