From 98debe328b443078aee6994af61d4ed05ac434d6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 29 Mar 2021 14:53:30 +0800 Subject: fix shared target for makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2d90af3..e4d27fd 100644 --- a/makefile +++ b/makefile @@ -199,7 +199,7 @@ endif @echo -n "Total build time: " @$(END_TIME) -$(BUILD_PATH)/yue.so: src/yuescript/ast.cpp src/yuescript/yue_compiler.cpp src/yuescript/yue_parser.cpp src/yuescript/yue.cpp src/yuescript/parser.cpp +$(BUILD_PATH)/yue.so: src/yuescript/ast.cpp src/yuescript/yue_compiler.cpp src/yuescript/yue_parser.cpp src/yuescript/yuescript.cpp src/yuescript/parser.cpp $(CMD_PREFIX)$(CXX) $(CXXFLAGS) -I $(SRC_PATH) -I $(LUAI) -L $(LUAL) -llua -o $@ -fPIC -shared $? # Standard, non-optimized release build -- cgit v1.2.3-55-g6feb