Skip to content

Commit 7470a62

Browse files
rv-jenkinsehildenb
authored andcommitted
Update dependencies (#578)
* deps/k: update submodule * deps/k: update submodule * Makefile: add explicit declaration of ocaml backend
1 parent 4ba280d commit 7470a62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ endif
262262

263263
$(ocaml_dir)/$(MAIN_DEFN_FILE)-kompiled/constants.$(EXT): $(ocaml_files)
264264
eval $$(opam config env) \
265-
&& $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) \
265+
&& $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) --backend ocaml \
266266
--syntax-module $(SYNTAX_MODULE) $(ocaml_dir)/$(MAIN_DEFN_FILE).k \
267267
--hook-namespaces "KRYPTO" --gen-ml-only -O3 --non-strict \
268268
--directory $(ocaml_dir) -I $(ocaml_dir) $(KOMPILE_OPTS) \

deps/k

Submodule k updated from 39bec73 to b0b7ee6

0 commit comments

Comments
 (0)