Skip to content

Commit

Permalink
boot.mk: touch to prevent infinite rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 15, 2025
1 parent 21b489d commit 217bc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/boot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ FSTAR = $(FSTAR_EXE) $(SIL) $(FSTAR_OPTIONS)
%$(EXTENSION):
$(call msg, $(MSG), $(FF))
$(FSTAR) --already_cached ',*' $<
touch -c $@

%.ml: FF=$(notdir $(subst $(EXTENSION),,$<))
%.ml: MM=$(basename $(FF))
Expand Down

0 comments on commit 217bc83

Please sign in to comment.