From 872608e5c4fb814604a359a4b8b2f3bcf317cf0f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 12 Sep 2018 20:23:45 -0400 Subject: Factor out IRC formatting parsing --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f70876..3ca0008 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ LDLIBS = -lcursesw -ltls OBJS += chat.o OBJS += edit.o OBJS += event.o +OBJS += format.o OBJS += handle.o OBJS += input.o OBJS += irc.o -- cgit 1.4.1