diff options
author | June McEnroe <june@causal.agency> | 2018-09-12 20:23:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-12 20:23:45 -0400 |
commit | 872608e5c4fb814604a359a4b8b2f3bcf317cf0f (patch) | |
tree | 8f5c47cd8f6db0ab6716931165a2dc4087855a38 /Makefile | |
parent | Add /help equivalent to /man (diff) | |
download | catgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.tar.gz catgirl-872608e5c4fb814604a359a4b8b2f3bcf317cf0f.zip |
Factor out IRC formatting parsing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |