Skip to content

Commit

Permalink
Fix the compilation of camomile.cmxs
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jul 25, 2014
1 parent 672e44e commit 4d96b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Camomile/Makefile.in
Expand Up @@ -140,7 +140,7 @@ camomile.cma : $(OBJECTS) camomileLibrary.cmo camomileLibraryDefault.cmo camomil
camomile.cmxa : $(OPTOBJECTS) camomileLibrary.cmx camomileLibraryDefault.cmx camomileLibraryDyn.cmx
$(OCAMLOPT) -a -o camomile.cmxa $(OPTOBJECTS) camomileLibrary.cmx camomileLibraryDefault.cmx camomileLibraryDyn.cmx
camomile.cmxs : camomile.cmxa
$(OCAMLOPT) -shared -o camomile.cmxs camomile.cmxa
$(OCAMLOPT) -shared -linkall -o camomile.cmxs camomile.cmxa

camomileLibrary.cma : $(OBJECTS) camomileLibrary.cmo
$(OCAMLC) -a -o camomileLibrary.cma $(OBJECTS) camomileLibrary.cmo
Expand Down

0 comments on commit 4d96b41

Please sign in to comment.