diff options
| author | Fuwn <[email protected]> | 2025-05-10 03:46:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-10 03:46:38 -0700 |
| commit | fa4da18cebb17aa0ef6a750f077e24826eedc54a (patch) | |
| tree | fc5786e9df369ba4a74a1d9389923be3bccddfc4 | |
| parent | feat(robots.txt): Add additional rules from Anubis (diff) | |
| download | locus-fa4da18cebb17aa0ef6a750f077e24826eedc54a.tar.xz locus-fa4da18cebb17aa0ef6a750f077e24826eedc54a.zip | |
chore(cargo-make): Add cleaning task for macOS
| -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"] |