aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-05 18:20:34 +0000
committerFuwn <[email protected]>2021-05-05 18:20:34 +0000
commitb4e826012344736403f2e4ea44c1a3ff881a939f (patch)
tree2849cbc2cab9d346ae95403e3eda177929b341d7 /Makefile.toml
parentfeat(make): use cargo-make instead of gnu make (diff)
downloadwhirl-b4e826012344736403f2e4ea44c1a3ff881a939f.tar.xz
whirl-b4e826012344736403f2e4ea44c1a3ff881a939f.zip
build(make): create watchable make task
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