File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ build-native: lib/refmt.exe lib/napkinscript.exe depend
52
52
bootstrap : build-native
53
53
ocaml unix.cma ./scripts/bspack.ml -bs-main Napkin_cli -I src -o ./lib/napkinscript.ml
54
54
./lib/napkinscript.exe -parse ml -print ns ./lib/Napkinscript.ml > ./lib/Napkinscript2.ml
55
- $(OCAMLOPT ) -w a -pp " ./lib/napkinscript.exe" -O2 -o ./lib/napkinscript2.exe -I +compiler-libs ocamlcommon.cmxa -I lib ./lib/Napkinscript2.ml
55
+ $(OCAMLOPT ) -w a -pp " ./lib/napkinscript.exe -print binary " -O2 -o ./lib/napkinscript2.exe -I +compiler-libs ocamlcommon.cmxa -I lib ./lib/Napkinscript2.ml
56
56
mv ./lib/napkinscript2.exe ./lib/napkinscript.exe
57
57
58
58
lib/refmt.exe : vendor/refmt_main3.ml
@@ -61,8 +61,8 @@ lib/refmt.exe: vendor/refmt_main3.ml
61
61
bench : lib/bench.exe
62
62
./lib/bench.exe
63
63
64
- lib/bench.exe : benchmarks/refmt_main3b.cmx benchmarks/Benchmark.ml $(CLI_FILES )
65
- $(OCAMLOPT ) $(OCAMLFLAGS ) -O2 -o ./lib/bench.exe -bin-annot -I +compiler-libs ocamlcommon.cmxa benchmarks/mac_osx_time.c -I benchmarks -I src $(CLI_FILES ) benchmarks/refmt_main3b.cmx benchmarks/Benchmark.ml
64
+ lib/bench.exe : benchmarks/refmt_main3b.cmx benchmarks/Benchmark.ml $(API_FILES )
65
+ $(OCAMLOPT ) $(OCAMLFLAGS ) -O2 -o ./lib/bench.exe -bin-annot -I +compiler-libs ocamlcommon.cmxa benchmarks/mac_osx_time.c -I benchmarks -I src $(API_FILES ) benchmarks/refmt_main3b.cmx benchmarks/Benchmark.ml
66
66
67
67
benchmarks/refmt_main3b.cmx : benchmarks/refmt_main3b.ml
68
68
$(OCAMLOPT ) -c -O2 -I +compiler-libs ocamlcommon.cmxa benchmarks/refmt_main3b.ml
You can’t perform that action at this time.
0 commit comments