diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS) | |||
41 | 41 | ||
42 | 42 | ||
43 | # enable Linux goodies | 43 | # enable Linux goodies |
44 | MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g | 44 | MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g |
45 | MYLDFLAGS= -Wl,-E -g | 45 | MYLDFLAGS= -Wl,-E -g |
46 | MYLIBS= -ldl -lreadline -lhistory -lncurses | 46 | MYLIBS= -ldl -lreadline -lhistory -lncurses |
47 | 47 | ||