Skip to content

Commit 0c6e3ba

Browse files
committed
更新构建脚本
1 parent 94f96a4 commit 0c6e3ba

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 ../network.cpp -o ./imports/network.cse

0 commit comments

Comments
 (0)