mars

superminimal static website framework
git clone git://parazyd.org/mars.git
Log | Files | Refs | README | LICENSE

commit 419743f421d3c7624d8e4089abf301455073ab37
parent 96710253cf7d39306ebe21695317dd59e46fda5d
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 17 Jun 2016 13:33:59 +0200

less spam with makefile

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -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