File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,18 @@ dist/worker.sql-wasm-debug.js: dist/sql-wasm-debug.js out/worker.js
123
123
# rm out/tmp-raw.js
124
124
125
125
out/api.js : src/output-pre.js src/api.coffee src/exports.coffee src/api-data.coffee src/output-post.js
126
+ mkdir -p out
126
127
cat src/api.coffee src/exports.coffee src/api-data.coffee | coffee --bare --compile --stdio > $@
127
128
cat src/output-pre.js $@ src/output-post.js > out/api-wrapped.js
128
129
mv out/api-wrapped.js $@
129
130
130
131
out/sqlite3.bc : sqlite-src/$(SQLITE_AMALGAMATION )
132
+ mkdir -p out
131
133
# Generate llvm bitcode
132
134
$(EMCC ) $(CFLAGS ) sqlite-src/$(SQLITE_AMALGAMATION ) /sqlite3.c -o $@
133
135
134
136
out/extension-functions.bc : sqlite-src/$(SQLITE_AMALGAMATION ) /$(EXTENSION_FUNCTIONS )
137
+ mkdir -p out
135
138
$(EMCC ) $(CFLAGS ) -s LINKABLE=1 sqlite-src/$(SQLITE_AMALGAMATION ) /extension-functions.c -o $@
136
139
137
140
# TODO: This target appears to be unused. If we re-instatate it, we'll need to add more files inside of the JS folder
You can’t perform that action at this time.
0 commit comments