diff options
| -rw-r--r-- | Makefile.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml index ee003f3..02aed61 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -51,3 +51,7 @@ args = [ dependencies = ["checkfc"] command = "cargo" args = ["run", "--", "{@}"] + +[tasks.clean-mac] +command = "find" +args = ["./content", "-name", "*.DS_Store", "-delete"] |