diff options
author | noa | 2023-12-29 16:37:57 +0000 |
---|---|---|
committer | noa | 2023-12-29 16:37:57 +0000 |
commit | 1abcd667c8280f17c827e15f91d3a71a4e16961e (patch) | |
tree | cc7b44639e5b81eba3a22aa7ee31cd21889b6ad8 /Makefile | |
parent | 810e05d6150b338cc0d0fcc9d338f4fec75568e4 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |