summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorCurtis McEnroe2018-09-12 20:23:45 -0400
committerCurtis McEnroe2018-09-12 20:23:45 -0400
commit872608e5c4fb814604a359a4b8b2f3bcf317cf0f (patch)
tree8f5c47cd8f6db0ab6716931165a2dc4087855a38 /Makefile
parent3d9f808a600e33a444f8dd666a4e379c282e388b (diff)
Factor out IRC formatting parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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