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 e5bd461 commit 11c7030Copy full SHA for 11c7030
make.sh
@@ -1,6 +1,6 @@
1
-mkdir build
+mkdir -p build
2
cd build
3
-mkdir imports
+mkdir -p imports
4
gcc -I ../include -fPIC -s -O3 -c ../sqlite3.c
5
g++ -std=c++11 -I ../include -shared -fPIC -s -O3 ../sqlite.cpp ./sqlite3.o -o ./imports/sqlite.cse
6
rm sqlite3.o
0 commit comments