aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-10 03:46:38 -0700
committerFuwn <[email protected]>2025-05-10 03:46:38 -0700
commitfa4da18cebb17aa0ef6a750f077e24826eedc54a (patch)
treefc5786e9df369ba4a74a1d9389923be3bccddfc4
parentfeat(robots.txt): Add additional rules from Anubis (diff)
downloadlocus-fa4da18cebb17aa0ef6a750f077e24826eedc54a.tar.xz
locus-fa4da18cebb17aa0ef6a750f077e24826eedc54a.zip
chore(cargo-make): Add cleaning task for macOS
-rw-r--r--Makefile.toml4
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"]