about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-12 20:23:45 -0400
committerJune McEnroe <june@causal.agency>2018-09-12 20:23:45 -0400
commit872608e5c4fb814604a359a4b8b2f3bcf317cf0f (patch)
tree8f5c47cd8f6db0ab6716931165a2dc4087855a38 /Makefile
parentAdd /help equivalent to /man (diff)
downloadcatgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.tar.gz
catgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.zip
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