summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-12 14:23:54 -0400
committerJune McEnroe <june@causal.agency>2019-08-12 14:23:54 -0400
commit022d24b9009f4b47c2f4229c57dad1e5c2fe1393 (patch)
treecbb64c74c7934d51c2d8d6d168d502bb5690f10d /bin/Makefile
parentAdd Imago (diff)
downloadsrc-022d24b9009f4b47c2f4229c57dad1e5c2fe1393.tar.gz
src-022d24b9009f4b47c2f4229c57dad1e5c2fe1393.zip
Make dtch one command, add sinking
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 $@
 
='2021-02-07 13:36:10 -0500'>2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe