Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fstar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ extract: verify $(EXTRACTED)
@echo ":: F* -> OCaml extraction complete"

cache/%.fst.checked: %.fst | cache
$(FSTAR) $(FSTAR_FLAGS) --verify_module $(basename $<) $<
$(FSTAR) $(FSTAR_FLAGS) $<

out/Hexstrike_%.ml: Hexstrike.%.fst | out
$(FSTAR) $(FSTAR_FLAGS) --codegen OCaml --extract_module Hexstrike.$(word 2,$(subst ., ,$<)) $<
$(FSTAR) $(FSTAR_FLAGS) --codegen OCaml $<

cache:
mkdir -p cache
Expand Down
Loading