diff options
author | June McEnroe <june@causal.agency> | 2021-03-23 19:23:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-23 19:27:25 -0400 |
commit | 610872d8784ab560c5d31ca257913ee8033f48eb (patch) | |
tree | fb9e6a9796ac674167f8164d96173bd1ef50edb0 /bin/Makefile | |
parent | Add Her Body and Other Parties (diff) | |
download | src-610872d8784ab560c5d31ca257913ee8033f48eb.tar.gz src-610872d8784ab560c5d31ca257913ee8033f48eb.zip |
Add typer bot
Ok maybe I'm an asshole.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index d37aeb1b..e4ead85c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -6,6 +6,7 @@ CFLAGS += -I${LIBS_PREFIX}/include LDFLAGS += -L${LIBS_PREFIX}/lib CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range + LDLIBS.dtch = -lutil LDLIBS.fbclock = -lz LDLIBS.glitch = -lz @@ -16,6 +17,7 @@ LDLIBS.ptee = -lutil LDLIBS.relay = -ltls LDLIBS.scheme = -lm LDLIBS.title = -lcurl +LDLIBS.typer = -ltls -include config.mk @@ -50,6 +52,7 @@ BINS_LINUX += fbatt BINS_LINUX += fbclock BINS_LINUX += psfed BINS_TLS += relay +BINS_TLS += typer BINS_ALL = ${BINS} ${BINS_BSD} ${BINS_LINUX} ${BINS_TLS} |