Skip to content

Commit

Permalink
fix #702
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Aug 29, 2023
1 parent 3ff8da3 commit 5413a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ $(patsubst %.c,$(PROGSDIR)/%.v, $(SINGLE_C_FILES)): $(PROGSDIR)/%.v: $(PROGSDIR)
endif

veric/version.v: VERSION $(MSL_FILES:%=msl/%) $(SEPCOMP_FILES:%=sepcomp/%) $(VERIC_FILES:%=veric/%) $(FLOYD_FILES:%=floyd/%)
sh util/make_version ${BITSIZE} ${COMPCERT_VERSION}
util/make_version ${BITSIZE} ${COMPCERT_VERSION}

_CoqProject _CoqProject-export: Makefile util/coqflags $(COMPCERT_CONFIG)
echo $(COQFLAGS) > _CoqProject
Expand Down

0 comments on commit 5413a7c

Please sign in to comment.