summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 17:09:27 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-13 17:09:27 -0600
commit816ace2436b57a709a569bfb03a17236db28f1bf (patch)
tree11c9da6a26cbee869bc5a1efe59895cdb58897ba /Makefile
parentf5d74f69a285c944eac13e78f15f4c4be6134a21 (diff)
wip refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b3095ec
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+imworkingon.html: FORCE
+ go run ./cmd/generate
+
+.PHONY: FORCE