summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-06-12 20:59:54 +0100
committerMichael Williamson <mike@zwobble.org>2026-06-12 20:59:54 +0100
commita15047cc56f7d04494988c5bac59614f58d6a1fc (patch)
treec6fc59a291636804fc1ee943658ab89b8ba1f4df /makefile
parent5ee132e804d7faec0929a332866d5ed146dbdf59 (diff)
Add make target for codegen without rebuilding
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index dcb0884..589f61d 100644
--- a/makefile
+++ b/makefile
@@ -6,4 +6,9 @@ package:
.PHONY: codegen
codegen: package
+ make codegen-only
+
+.PHONY: codegen-only
+
+codegen-only:
java -jar target/hobgoblin-0.1.0.jar compile hobgoblin