summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 18155603..c594abe1 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -39,7 +39,6 @@ BINS_ANY += wake
 BINS_ANY += when
 BINS_ANY += xx
 
-LINKS_ANY += atch
 LINKS_ANY += open
 LINKS_ANY += pbcopy
 LINKS_ANY += pbpaste
@@ -77,9 +76,6 @@ meta: tags .gitignore
 
 # Binaries
 
-atch: dtch
-	ln -f dtch atch
-
 brot: brot.o ${GFX_OBJ}
 	${CC} ${LDFLAGS} $@.o ${GFX_OBJ} ${LDLIBS_${GFX}} -o $@