diff options
author | bx | 2023-12-29 16:22:46 +0000 |
---|---|---|
committer | bx | 2023-12-29 16:22:46 +0000 |
commit | 810e05d6150b338cc0d0fcc9d338f4fec75568e4 (patch) | |
tree | 3c79347025e199dc850ee113911950112ac55044 /Makefile | |
parent | 79981bda6d3f72ebdc87d40fe54dcccce88449d9 (diff) |
Add tentative monochrome mode weechat-hashes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |