From ae961da157597e2fc8df27bf38728c0630fe567e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 4 Aug 2020 19:22:29 +0530 Subject: Support file colors --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c98912..9959897 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,10 @@ ifeq ($(O_NOFIFO),1) CPPFLAGS += -DNOFIFO endif +ifeq ($(O_NOFCOLORS),1) + CPPFLAGS += -DNOFCOLORS +endif + ifeq ($(O_CTX8),1) CPPFLAGS += -DCTX8 endif -- cgit v1.2.3-70-g09d2