diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -70,9 +70,9 @@ LOCAL = $(TESTS) $(CWARNS) | |||
70 | 70 | ||
71 | 71 | ||
72 | # enable Linux goodies | 72 | # enable Linux goodies |
73 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX -DLUA_USE_READLINE | 73 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX |
74 | MYLDFLAGS= $(LOCAL) -Wl,-E | 74 | MYLDFLAGS= $(LOCAL) -Wl,-E |
75 | MYLIBS= -ldl -lreadline | 75 | MYLIBS= -ldl |
76 | 76 | ||
77 | 77 | ||
78 | CC= gcc | 78 | CC= gcc |