summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 00:12:53 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 00:13:36 -0600
commitd342e7ed223ee7c3c42c402b3eaca990e20a053c (patch)
treefe6480f40c4bf5e6dde880dc77b051c7918a4755 /Makefile
parentc793ff8f7b37c028953c33480ebfa52b5a0b0001 (diff)
Rework not not have imworkingon stuff in the top-level
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3095ec..0f15fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-imworkingon.html: FORCE
+public/imworkingon.html: FORCE
go run ./cmd/generate
.PHONY: FORCE