mkpicindex/Makefile

5 lines
141 B
Makefile
Raw Normal View History

2019-10-23 09:38:26 +02:00
all:
./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
2019-10-23 09:38:26 +02:00
clean:
rm -rf index.html.tmp index.html style.css justify.js LICENSE