summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authornoa2023-12-29 16:37:57 +0000
committernoa2023-12-29 16:37:57 +0000
commit1abcd667c8280f17c827e15f91d3a71a4e16961e (patch)
treecc7b44639e5b81eba3a22aa7ee31cd21889b6ad8 /Makefile
parent810e05d6150b338cc0d0fcc9d338f4fec75568e4 (diff)
Remove ifdefs for monochromacy HEAD master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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