diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:12:53 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-14 00:13:36 -0600 |
commit | d342e7ed223ee7c3c42c402b3eaca990e20a053c (patch) | |
tree | fe6480f40c4bf5e6dde880dc77b051c7918a4755 /Makefile | |
parent | c793ff8f7b37c028953c33480ebfa52b5a0b0001 (diff) |
Rework not not have imworkingon stuff in the top-level
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -imworkingon.html: FORCE +public/imworkingon.html: FORCE go run ./cmd/generate .PHONY: FORCE |