diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 20:36:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-08-04 20:36:19 +0530 |
commit | 42fd2a4d13c370e54ebe812560fc7e82c17ccc97 (patch) | |
tree | 0233dc8273638859e274359b465d60071ffa75da /Makefile | |
parent | ae961da157597e2fc8df27bf38728c0630fe567e (diff) | |
download | nnn-42fd2a4d13c370e54ebe812560fc7e82c17ccc97.tar.gz |
Program option to use older
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -61,10 +61,6 @@ ifeq ($(O_NOFIFO),1) CPPFLAGS += -DNOFIFO endif -ifeq ($(O_NOFCOLORS),1) - CPPFLAGS += -DNOFCOLORS -endif - ifeq ($(O_CTX8),1) CPPFLAGS += -DCTX8 endif |