diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 19:22:29 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 19:22:29 +0530 |
commit | ae961da157597e2fc8df27bf38728c0630fe567e (patch) | |
tree | a674d831e117a5acf6033f1af079fbdecc7fc347 /Makefile | |
parent | ccfccb7187a82ebe7fce3ca2bbc3eaa94a1b4ccd (diff) | |
download | nnn-ae961da157597e2fc8df27bf38728c0630fe567e.tar.gz |
Support file colors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |