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 772457d commit 7e1535bCopy full SHA for 7e1535b
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 ../darwin.cpp -o ./imports/darwin.cse
0 commit comments