diff options
author | Curtis McEnroe | 2019-02-25 23:10:40 -0500 |
---|---|---|
committer | Curtis McEnroe | 2019-02-25 23:10:40 -0500 |
commit | 4cda410b574c93c2ea7ad467e2b27809d0a0ba62 (patch) | |
tree | aaffc0e9b1379f1a9fb7fa571b2807077d4acbbe /Makefile | |
parent | b2f6082dffb6a5fce557882e18183c2438ea4a3d (diff) |
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 |