Skip to content

Commit

Permalink
Makefile: add missing touch
Browse files Browse the repository at this point in the history
(cherry picked from commit 05f17ed)
  • Loading branch information
gebner committed Sep 10, 2024
1 parent a5a8f92 commit 843d949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/pulse/Makefile.include-base
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ verify: $(ALL_CHECKED_FILES)

$(ALL_ML_FILES): %.ml:
$(FSTAR) $(subst .checked,,$(notdir $<)) --codegen $(FSTAR_ML_CODEGEN) --extract_module $(basename $(notdir $(subst .checked,,$<)))
touch -c $@

$(ALL_KRML_FILES): %.krml:
$(FSTAR) $(notdir $(subst .checked,,$<)) --codegen krml \
Expand Down

0 comments on commit 843d949

Please sign in to comment.