From 8ad73c2a2c6658bdca1cc8b9554763be6c21c3a7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 12 Aug 2019 14:23:54 -0400 Subject: Make dtch one command, add sinking --- bin/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/Makefile') 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 $@ -- cgit 1.4.1