Skip to content

Commit 20ee9ff

Browse files
committed
更新构建脚本
1 parent d3fc85f commit 20ee9ff

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

0 commit comments

Comments
 (0)