aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-30 19:19:45 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-30 19:19:45 +0800
commit3f535edc133d7d6eb45ebf50627f3ee5deae1155 (patch)
tree35ea1b1733d01683dfe149b011e8ddb33912f5a8 /makefile
parentf6a9052be67134aeaad59d0e6f4058dfd09ce324 (diff)
downloadyuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.tar.gz
yuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.tar.bz2
yuescript-3f535edc133d7d6eb45ebf50627f3ee5deae1155.zip
make gcc happy.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a3379a4..77a23fc 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) 19INCLUDES = -I $(SRC_PATH)
20# General linker settings 20# General linker settings
21LINK_FLAGS = 21LINK_FLAGS = -lpthread
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