aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 74801eef..58b12f8e 100644
--- a/makefile
+++ b/makefile
@@ -70,9 +70,9 @@ LOCAL = $(TESTS) $(CWARNS)
70 70
71 71
72# enable Linux goodies 72# enable Linux goodies
73MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX -DLUA_USE_READLINE 73MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX
74MYLDFLAGS= $(LOCAL) -Wl,-E 74MYLDFLAGS= $(LOCAL) -Wl,-E
75MYLIBS= -ldl -lreadline 75MYLIBS= -ldl
76 76
77 77
78CC= gcc 78CC= gcc