From f69cb8296624e8e2c495001ab0c7d38839ad9704 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 24 Oct 2019 00:44:21 -0400 Subject: Implement ringWrite --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c1e805..4ebdd0c 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ LDLIBS = -ltls OBJS += bounce.o OBJS += client.o OBJS += listen.o +OBJS += ring.o OBJS += server.o OBJS += state.o -- cgit 1.4.1