summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-21 16:51:57 -0500
committerJune McEnroe <june@causal.agency>2019-12-21 16:51:57 -0500
commit3cfa507b65eea5c126fe847dbb560c084853661f (patch)
treebccb2877af446588048e5e83ef1b482124acf3a7 /bin/Makefile
parentAdd first working version of imbox (diff)
downloadsrc-3cfa507b65eea5c126fe847dbb560c084853661f.tar.gz
src-3cfa507b65eea5c126fe847dbb560c084853661f.zip
Revert "Add first working version of imbox"
Moved to <https://git.causal.agency/imbox>.

This reverts commit 7ff5f3fd826e313ce8353a532bdfa4989dc946dc.
Diffstat (limited to '')
-rw-r--r--bin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 70e0bb7e..749acaf7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -51,7 +51,6 @@ BINS_LINUX += psfed
 
 BINS_CURL += title
 
-BINS_TLS += imbox
 BINS_TLS += relay
 
 BINS = ${BINS_ANY} ${BINS_BSD} ${BINS_LINUX} ${BINS_CURL} ${BINS_TLS}
@@ -81,9 +80,6 @@ hi: hi.c
 open pbcopy pbpaste: pbd
 	ln -f pbd $@
 
-imbox: imbox.c
-	${CC} ${CFLAGS_tls} ${LDFLAGS_tls} $@.c ${LDLIBS_tls} -o $@
-
 relay: relay.c
 	${CC} ${CFLAGS_tls} ${LDFLAGS_tls} $@.c ${LDLIBS_tls} -o $@