diff options
author | June McEnroe <june@causal.agency> | 2019-08-12 14:23:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-12 14:23:54 -0400 |
commit | 022d24b9009f4b47c2f4229c57dad1e5c2fe1393 (patch) | |
tree | cbb64c74c7934d51c2d8d6d168d502bb5690f10d /bin/Makefile | |
parent | Add Imago (diff) | |
download | src-022d24b9009f4b47c2f4229c57dad1e5c2fe1393.tar.gz src-022d24b9009f4b47c2f4229c57dad1e5c2fe1393.zip |
Make dtch one command, add sinking
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 4 |
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 $@ |