From a15047cc56f7d04494988c5bac59614f58d6a1fc Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 12 Jun 2026 20:59:54 +0100 Subject: Add make target for codegen without rebuilding --- makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3