Skip to content

Commit

Permalink
unify ocamlpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbo Zhang committed Aug 10, 2016
1 parent 9c688ae commit 0cbd8fb
Show file tree
Hide file tree
Showing 16 changed files with 2,817 additions and 1,025 deletions.
3 changes: 2 additions & 1 deletion jscomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ release:snapshot
./bin/ocamlpack: ./bin/ocamlpack.mli ./bin/ocamlpack.ml
$(NATIVE) -w -a -I bin -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@

_build/ocamlpack: _build/ext/ext.cmxa _build/syntax/pack.cmxa _build/syntax/ocaml_pack_main.cmx
## order matters
_build/ocamlpack: _build/ext/ext.cmxa _build/common/common.cmxa _build/syntax/pack.cmxa _build/syntax/ocaml_pack_main.cmx
$(NATIVE) -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@

snapshot: ./bin/ocamlpack snapshotcmj
Expand Down

0 comments on commit 0cbd8fb

Please sign in to comment.