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 1e6dcb0e..5ed42ae8 100644
--- a/makefile
+++ b/makefile
@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS)
41 41
42 42
43# enable Linux goodies 43# enable Linux goodies
44MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g 44MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g
45MYLDFLAGS= -Wl,-E -g 45MYLDFLAGS= -Wl,-E -g
46MYLIBS= -ldl -lreadline -lhistory -lncurses 46MYLIBS= -ldl -lreadline -lhistory -lncurses
47 47