diff options
| author | Fuwn <[email protected]> | 2021-05-05 18:20:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-05 18:20:34 +0000 |
| commit | b4e826012344736403f2e4ea44c1a3ff881a939f (patch) | |
| tree | 2849cbc2cab9d346ae95403e3eda177929b341d7 /Makefile.toml | |
| parent | feat(make): use cargo-make instead of gnu make (diff) | |
| download | whirl-b4e826012344736403f2e4ea44c1a3ff881a939f.tar.xz whirl-b4e826012344736403f2e4ea44c1a3ff881a939f.zip | |
build(make): create watchable make task
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 7 |
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 |