From 03291b71be91f8bbf6fd07735e2deab9fb1a8210 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 12 Apr 2003 20:25:05 +0000 Subject: Automatize Readline Stuff --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4126ec..0342b47 100755 --- a/Makefile +++ b/Makefile @@ -6,11 +6,14 @@ # configuration # ############################################## -CFLAGS = -Wall -Os #-g -ggdb +CFLAGS = -Wall -Os +#CFLAGS = -Wall -g -ggdb ## use this line when you've got an readline before 4.(x|2) #CFLAGS += -DOLDREADLINE +CFLAGS += $(OLDREADLINE) + ## you might need one or more of these: #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib #CFLAGS += -I/usr/local/include -L/usr/local/lib -- cgit v1.2.3