summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2003-04-03 22:05:39 +0000
committererdgeist <>2003-04-03 22:05:39 +0000
commitacfffbe9045e9f72edd1eeee891f62a9fc45d3ad (patch)
treeaaab1e956942ea48d1f6da210c5c7d7ed4416fe7 /Makefile
parenta6f899fc5ee4aefe3e5922336a034ca902aeaef0 (diff)
Compiles again, but TAB on start doesn't work perfect
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4126ec..8ca460b 100755
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
9CFLAGS = -Wall -Os #-g -ggdb 9CFLAGS = -Wall -Os #-g -ggdb
10 10
11## use this line when you've got an readline before 4.(x|2) 11## use this line when you've got an readline before 4.(x|2)
12#CFLAGS += -DOLDREADLINE 12CFLAGS += -DOLDREADLINE
13 13
14## you might need one or more of these: 14## you might need one or more of these:
15#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib 15#CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib