mkpicindex/Makefile

7 lines
222 B
Makefile

all:
./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
static:
./mkpicindex-static.sh > index.html.tmp && mv index.html.tmp index.html
clean:
rm -rf index.html.tmp index.html style.css justify.js LICENSE