about summary refs log tree commit diff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 56e26f3..a8fc876 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -9,6 +9,7 @@ tasks:
       - go build -o build/bot jinx/cmd/bot
       - go build -o build/vm jinx/cmd/vm
       - go build -o build/lang jinx/cmd/lang
+      - go build -o build/compmod jinx/cmd/compmod
 
   run:
     desc: "Runs Jinx bot binary."
@@ -28,6 +29,12 @@ tasks:
     cmds:
       - build/lang {{.CLI_ARGS}}
 
+  run-compmod:
+    desc: "Runs built-in module compiler."
+    deps: [build]
+    cmds:
+      - build/compmod {{.CLI_ARGS}}
+
   test:
     desc: "Tests all packages."
     cmds: