mkpicindex/Makefile
2019-10-24 14:24:51 +00:00

5 lines
141 B
Makefile

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