[oden] Grab my incomplete QuickJS wrapper
This commit is contained in:
parent
aa70df41a3
commit
898b1fe129
114 changed files with 244181 additions and 0 deletions
10
oden-js-sys/quickjs/tests/bench-v8/Makefile
Normal file
10
oden-js-sys/quickjs/tests/bench-v8/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
all: combined.js
|
||||
|
||||
FILES=base.js richards.js deltablue.js crypto.js raytrace.js earley-boyer.js regexp.js splay.js navier-stokes.js run_harness.js
|
||||
#FILES=base.js richards.js deltablue.js crypto.js raytrace.js earley-boyer.js splay.js navier-stokes.js run_harness.js
|
||||
|
||||
combined.js: $(FILES)
|
||||
cat $(FILES) >$@
|
||||
|
||||
clean:
|
||||
rm -f combined.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue