Skip to content

Commit 495c304

Browse files
committed
Update Makefile
1 parent 5503b54 commit 495c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib-num/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
run-test::
22
ocamlc nums.cma test.ml test_nats.ml test_big_ints.ml test_ratios.ml test_nums.ml test_io.ml -o test_num.byte
3-
../../compiler/js_of_ocaml ../../runtime/nat.js test_num.byte
3+
../../compiler/js_of_ocaml -noruntime ../../runtime/runtime.js ../../runtime/nat.js test_num.byte
44
node test_num.js

0 commit comments

Comments
 (0)