From 9f55d9bd3f98915b1a98a4f38d467832e0148b91 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 29 Oct 2019 18:35:44 -0400 Subject: Implement getopt_long-integrated configuration parsing --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 650c255..6af3477 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ LDLIBS = -ltls OBJS += bounce.o OBJS += client.o +OBJS += config.o OBJS += listen.o OBJS += ring.o OBJS += server.o -- cgit 1.4.1