Create tmp index, then overwrite original

This commit is contained in:
sh+git@codevoid.de 2019-10-24 14:24:51 +00:00
parent eba7151844
commit 3d20ca64fc
1 changed files with 2 additions and 2 deletions

View File

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