diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-17 01:59:02 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-17 01:59:02 -0600 |
commit | f5d2c5668d7c79ff24afebe36a1f9879f2eb3d5f (patch) | |
tree | 2b8ebd2ae8dfbeca02ec3d6ed0a7b1d26910342c /Makefile | |
parent | fc0e50be224d45ec1bf7d40a81e408c45bdec1be (diff) |
Update imworkingon atomically, don't delete it on failure
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ generate-clean: public/imworkingon/index.html: FORCE go run ./cmd/generate +.PRECIOUS: public/imworkingon/index.html public/imworkingon/imworkingon.css: public/imworkingon/imworkingon.scss sass $< $@ |