summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/bin/Makefile
diff options
context:
space:
mode:
authorGrégoire Duchêne <gregoire@awhk.org>2026-05-04 18:01:59 +0100
committerGrégoire Duchêne <gregoire@awhk.org>2026-05-04 18:01:59 +0100
commita2620f6d53f9f086ebf63bddfbd4bbd0f0409f7e (patch)
tree5b936be6c55dd5685fa47ba6c42ab5c6ef216a7a /dotfiles-darwin/bin/Makefile
parent562ebc6492d721fccd418075d323b0ed724194ff (diff)
darwin/trash: Remove tool in favor of standard one
Apparently a ‘trash’ command appeared in macOS 14.0 which I completely missed.
Diffstat (limited to 'dotfiles-darwin/bin/Makefile')
-rw-r--r--dotfiles-darwin/bin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/dotfiles-darwin/bin/Makefile b/dotfiles-darwin/bin/Makefile
deleted file mode 100644
index abb2b68..0000000
--- a/dotfiles-darwin/bin/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-~/.local/bin/trash: trash.swift
- swiftc -O -o $@ $<