From 1abcd667c8280f17c827e15f91d3a71a4e16961e Mon Sep 17 00:00:00 2001
From: noa
Date: Fri, 29 Dec 2023 16:37:57 +0000
Subject: Remove ifdefs for monochromacy

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index e06736a..d8b8730 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ catgirl: ${OBJS}
 	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
 catgirl-no-color: ${OBJS}
-	${CC} -DNOA_NO_COLOR=1 ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
+	${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@
 
 ${OBJS}: chat.h
 
-- 
cgit 1.4.1-2-gfad0