summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4126ec..0342b47 100755
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,14 @@
6# configuration # 6# configuration #
7############################################## 7##############################################
8 8
9CFLAGS = -Wall -Os #-g -ggdb 9CFLAGS = -Wall -Os
10#CFLAGS = -Wall -g -ggdb
10 11
11## use this line when you've got an readline before 4.(x|2) 12## use this line when you've got an readline before 4.(x|2)
12#CFLAGS += -DOLDREADLINE 13#CFLAGS += -DOLDREADLINE
13 14
15CFLAGS += $(OLDREADLINE)
16
14## you might need one or more of these: 17## you might need one or more of these:
15#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib 18#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib
16#CFLAGS += -I/usr/local/include -L/usr/local/lib 19#CFLAGS += -I/usr/local/include -L/usr/local/lib