From a4243edacc980984fcd26a5260435cc62289478b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 30 Mar 2020 22:09:39 +0530 Subject: make var O_NOBATCH to compile out native batch renamer --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 097655a..0a71e57 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,10 @@ ifeq ($(O_NOMOUSE),1) CPPFLAGS += -DNOMOUSE endif +ifeq ($(O_NOBATCH),1) + CPPFLAGS += -DNOBATCH +endif + ifeq ($(shell $(PKG_CONFIG) ncursesw && echo 1),1) CFLAGS_CURSES ?= $(shell $(PKG_CONFIG) --cflags ncursesw) LDLIBS_CURSES ?= $(shell $(PKG_CONFIG) --libs ncursesw) -- cgit v1.3.1