Skip to content

Commit

Permalink
Makefile nits: improve rule, use F* context pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Feb 5, 2025
1 parent a63707c commit b147a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifndef NODEPEND
ifndef MAKE_RESTARTS
.depend: .FORCE
@mkdir -p obj
@$(FSTAR) --dep full $(FST_FILES) > $@
@$(FSTAR) --dep full $(FST_FILES) --output_deps_to $@

.PHONY: .FORCE
.FORCE:
Expand Down
1 change: 1 addition & 0 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ FSTAR_CHILL_FLAGS= \
--cmi \
--use_hints \
--record_hints \
--ext context_pruning \
$(OTHERFLAGS)

FSTAR_FLAGS=$(FSTAR_CHILL_FLAGS) \
Expand Down

0 comments on commit b147a03

Please sign in to comment.