diff options
author | June McEnroe <june@causal.agency> | 2019-10-22 22:16:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-22 22:16:12 -0400 |
commit | 88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d (patch) | |
tree | 044970ce21f3f8ee7884a98ee9f8b3a9b10c0087 /Makefile | |
parent | Rename bouncer to bounce (diff) | |
download | pounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.tar.gz pounce-88b9e3a3cdc9967d8512d818b8dbaf0385d1fa2d.zip |
Implement serverConnect
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |