diff --git a/Makefile b/Makefile index 0f64d45..6043572 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ endif ifeq ($(O_NORL),1) CPPFLAGS += -DNORL +else ifeq ($(O_STATIC),1) + CPPFLAGS += -DNORL else LDLIBS += -lreadline endif