aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 1949319..61799a5 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -53,3 +53,10 @@ args = ["${WORLDS_PATH}"]
[tasks.runc]
dependencies = ["start_client", "run"]
+
+[tasks.runw]
+env = { "DISABLE_PROMPT" = true }
+dependencies = ["checkf"]
+command = "cargo"
+args = ["run", "--", "run"]
+watch = true