aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]