From 4cda410b574c93c2ea7ad467e2b27809d0a0ba62 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 25 Feb 2019 23:10:40 -0500 Subject: Move nick and tag coloring to color.c --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit 1.4.1