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 559552b..0c29230 100644
--- a/makefile
+++ b/makefile
@@ -18,7 +18,7 @@ DCOMPILE_FLAGS = -D DEBUG
18# Add additional include paths 18# Add additional include paths
19INCLUDES = -I $(SRC_PATH) -I ./src/lua 19INCLUDES = -I $(SRC_PATH) -I ./src/lua
20# General linker settings 20# General linker settings
21LINK_FLAGS = -L ./src/lua -lpthread -llua -ldl -lreadline 21LINK_FLAGS = -L ./src/lua -lpthread -llua -ldl
22# Additional release-specific linker settings 22# Additional release-specific linker settings
23RLINK_FLAGS = 23RLINK_FLAGS =
24# Additional debug-specific linker settings 24# Additional debug-specific linker settings