summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-21 03:34:56 -0500
committerJune McEnroe <june@causal.agency>2019-12-21 03:34:56 -0500
commit6aa7f2f6bf47fa9df9c749ce665171fa30800937 (patch)
tree1f926e1b2ad47e06dfb5bf23042194497854fd2a /bin/Makefile
parentRespect mailmap in gl pretty format (diff)
downloadsrc-6aa7f2f6bf47fa9df9c749ce665171fa30800937.tar.gz
src-6aa7f2f6bf47fa9df9c749ce665171fa30800937.zip
Add first working version of imbox
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 749acaf7..70e0bb7e 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -51,6 +51,7 @@ BINS_LINUX += psfed
 
 BINS_CURL += title
 
+BINS_TLS += imbox
 BINS_TLS += relay
 
 BINS = ${BINS_ANY} ${BINS_BSD} ${BINS_LINUX} ${BINS_CURL} ${BINS_TLS}
@@ -80,6 +81,9 @@ 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 $@