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 94f96a4 commit 0c6e3baCopy full SHA for 0c6e3ba
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 ../network.cpp -o ./imports/network.cse
0 commit comments