Skip to content

Commit 7e1535b

Browse files
committed
更新构建脚本
1 parent 772457d commit 7e1535b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdir build
1+
mkdir -p build
22
cd build
3-
mkdir imports
3+
mkdir -p imports
44
g++ -std=c++11 -I ../include -shared -fPIC -s -O3 ../darwin.cpp -o ./imports/darwin.cse

0 commit comments

Comments
 (0)