mars

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

commit 97f854dceb7f5c4d1debfd589c95e4011f0c2d5d
parent 91952782f79c74d2574579c0209de5af911923c4
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 15 Sep 2016 12:15:23 +0200

fix Makefile

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

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