Home
       tless spam with makefile - mars - superminimal static website framework
  HTML git clone git://parazyd.org/mars.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 419743f421d3c7624d8e4089abf301455073ab37
   DIR parent 96710253cf7d39306ebe21695317dd59e46fda5d
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 17 Jun 2016 13:33:59 +0200
       
       less spam with makefile
       
       Diffstat:
         M Makefile                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -1,6 +1,6 @@
        all:
       -        ./mars.sh generate
       +        @./mars.sh generate
        push:
       -        ./mars.sh push
       +        @./mars.sh push
        clean:
       -        ./mars.sh clean
       +        @./mars.sh clean