diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
