mars

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

commit 5900dd1ac5628de2ddf2bc5ef1bbf1c5a94586f7
parent 8d69737ace323cfe7d0babdba6a703f7dbd1981c
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 21 Jun 2016 20:13:40 +0200

run target all on make push

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ all: @./mars.sh generate -push: +push: all @./mars.sh push clean: @./mars.sh clean