diff options
| -rw-r--r-- | Makefile.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml index edc3ffc..65e2e58 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -161,3 +161,8 @@ workspace = false toolchain = "nightly" command = "cargo" args = ["doc", "--open", "--document-private-items", "--no-deps"] + +[tasks.kill] +workspace = false +command = "sudo" +args = ["killall", "-s", "SIGKILL", "whirl", "--exact", "--wait"] |