about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-22 22:16:12 -0400
committerJune McEnroe <june@causal.agency>2019-10-22 22:16:12 -0400
commit88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d (patch)
tree044970ce21f3f8ee7884a98ee9f8b3a9b10c0087 /Makefile
parentRename bouncer to bounce (diff)
downloadpounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.tar.gz
pounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.zip
Implement serverConnect
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80b5261..2a78fab 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ LDLIBS = -ltls
 
 OBJS += bounce.o
 OBJS += listen.o
+OBJS += server.o
 
 all: tags linger