We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc85f commit 20ee9ffCopy full SHA for 20ee9ff
make.sh
@@ -1,4 +1,4 @@
1
-mkdir build
+mkdir -p build
2
cd build
3
-mkdir imports
+mkdir -p imports
4
g++ -std=c++11 -I ../include -shared -fPIC -s -O3 ../regex.cpp -o ./imports/regex.cse
0 commit comments