From 810e05d6150b338cc0d0fcc9d338f4fec75568e4 Mon Sep 17 00:00:00 2001 From: bx Date: Fri, 29 Dec 2023 16:22:46 +0000 Subject: Add tentative monochrome mode --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 27fa332..e06736a 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ all: catgirl catgirl: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ +catgirl-no-color: ${OBJS} + ${CC} -DNOA_NO_COLOR=1 ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ + ${OBJS}: chat.h edit.o edit.t input.o: edit.h -- cgit 1.4.1-2-gfad0