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.
--join
1 parent c555301 commit 39f089bCopy full SHA for 39f089b
Makefile
@@ -25,12 +25,12 @@ js/sql%-raw.js: c/sqlite3.bc js/api.js exported_functions
25
$(EMCC) $(EMFLAGS) -s EXPORTED_FUNCTIONS=@exported_functions c/sqlite3.bc --post-js js/api.js -o $@
26
27
js/api.js: coffee/api.coffee coffee/exports.coffee coffee/api-data.coffee
28
- coffee --bare --compile --join $@ --compile $^
+ cat $^ | coffee --bare --compile --stdio > $@
29
30
# Web worker API
31
worker: js/worker.sql.js
32
js/worker.js: coffee/worker.coffee
33
34
35
js/worker.sql.js: js/sql.js js/worker.js
36
cat $^ > $@
0 commit comments