Skip to content

Commit 4e3a629

Browse files
author
Hongbo Zhang
committed
tweak makefile
1 parent 07c7c3d commit 4e3a629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jscomp/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ travis-world-test:./bin/ocaml_pack
128128
@echo "Generating the compiler finished"
129129
make world-test
130130

131-
install:./bin/ocaml_pack ./bin/bsc
131+
# no depend on ./bin/ocaml_pack ./bin/bsc
132+
# since in npm mode, they are generated from a single file
133+
install:
132134
cp ./bin/ocaml_pack ./bin/bsc ../bin
133135
cp ./runtime/*.cmt* ../lib/ocaml
134136
cp ./stdlib/*.cm* ../lib/ocaml

0 commit comments

Comments
 (0)