diff options
author | June McEnroe <june@causal.agency> | 2019-02-25 23:10:40 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-25 23:10:40 -0500 |
commit | 4cda410b574c93c2ea7ad467e2b27809d0a0ba62 (patch) | |
tree | aaffc0e9b1379f1a9fb7fa571b2807077d4acbbe /Makefile | |
parent | Add M-l to list the log (diff) | |
download | catgirl-4cda410b574c93c2ea7ad467e2b27809d0a0ba62.tar.gz catgirl-4cda410b574c93c2ea7ad467e2b27809d0a0ba62.zip |
Move nick and tag coloring to color.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 9130655..e03c1dc 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ MAN1 = catgirl.1 -include config.mk OBJS += chat.o +OBJS += color.o OBJS += edit.o OBJS += event.o OBJS += format.o |