aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1a98ccd9..b298486e 100644
--- a/makefile
+++ b/makefile
@@ -54,7 +54,7 @@ LOCAL = $(TESTS) $(CWARNS) -g -DEXTERNMEMCHECK
54 54
55 55
56# enable Linux goodies 56# enable Linux goodies
57MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX 57MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX -DLUA_USE_READLINE
58MYLDFLAGS= $(LOCAL) -Wl,-E 58MYLDFLAGS= $(LOCAL) -Wl,-E
59MYLIBS= -ldl -lreadline 59MYLIBS= -ldl -lreadline
60 60