From 7ff5f3fd826e313ce8353a532bdfa4989dc946dc Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 21 Dec 2019 03:34:56 -0500 Subject: Add first working version of imbox --- bin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/Makefile') 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 $@ -- cgit 1.4.1