about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
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