From 3d20ca64fc13f280197278788d6644ba8f07e76d Mon Sep 17 00:00:00 2001 From: "sh+git@codevoid.de" Date: Thu, 24 Oct 2019 14:24:51 +0000 Subject: [PATCH] Create tmp index, then overwrite original --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9219d0f..70ecfb0 100644 --- a/Makefile +++ b/Makefile @@ -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