Skip to content

Commit

Permalink
Remove more --extract_module
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Feb 19, 2025
1 parent 976b8a0 commit b651b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/sepcomp/a/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ obj:

.PRECIOUS: obj/%.ml
obj/%.ml:
$(FSTAR) $< --codegen OCaml \
--extract_module $(basename $(notdir $(subst .checked,,$<)))
$(FSTAR) $< --codegen OCaml

# By default, krml extraction in F* will extract every module into a
# single out.krml file. Make sure to extract the single module we want
Expand Down
3 changes: 1 addition & 2 deletions test/sepcomp/b/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ obj:

.PRECIOUS: obj/%.ml
obj/%.ml:
$(FSTAR) $< --codegen OCaml \
--extract_module $(basename $(notdir $(subst .checked,,$<)))
$(FSTAR) $< --codegen OCaml

# By default, krml extraction in F* will extract every module into a
# single out.krml file. Make sure to extract the single module we want
Expand Down

0 comments on commit b651b0c

Please sign in to comment.