Skip to content

Commit

Permalink
Update dependencies (#578)
Browse files Browse the repository at this point in the history
* deps/k: update submodule

* deps/k: update submodule

* Makefile: add explicit declaration of ocaml backend
  • Loading branch information
rv-jenkins authored and ehildenb committed Nov 28, 2019
1 parent 4ba280d commit 7470a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ endif

$(ocaml_dir)/$(MAIN_DEFN_FILE)-kompiled/constants.$(EXT): $(ocaml_files)
eval $$(opam config env) \
&& $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) \
&& $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) --backend ocaml \
--syntax-module $(SYNTAX_MODULE) $(ocaml_dir)/$(MAIN_DEFN_FILE).k \
--hook-namespaces "KRYPTO" --gen-ml-only -O3 --non-strict \
--directory $(ocaml_dir) -I $(ocaml_dir) $(KOMPILE_OPTS) \
Expand Down
2 changes: 1 addition & 1 deletion deps/k
Submodule k updated from 39bec7 to b0b7ee

0 comments on commit 7470a62

Please sign in to comment.