From 322d1c62fde79b6a5121f48d50724baf064b6ad9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 11 Aug 2014 22:59:22 -0700 Subject: Skeleton of editline support. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 121cc1b..1cf2c25 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ include Balau/common.mk +CPPFLAGS += -DUSE_HISTEDIT + ifeq ($(DEBUG),) CPPFLAGS += -g3 -gdwarf-2 -O3 -DNDEBUG LDFLAGS += -g3 -gdwarf-2 -- cgit v1.2.3