Skip to content

Commit

Permalink
add ora to VSUpile64 Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mansky1 committed Jan 20, 2025
1 parent fa03c7b commit 4b9477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progs64/VSUpile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ VOFILES = $(patsubst %.v,%.vo,$(CVFILES) $(VFILES))


VST_DIRS= msl shared sepcomp veric zlist floyd
VSTFLAGS= -R $(VST_LOC)/compcert compcert $(foreach d, $(VST_DIRS), -Q $(VST_LOC)/$(d) VST.$(d)) -R . pile
VSTFLAGS= -R $(VST_LOC)/compcert compcert -Q $(VST_LOC)/ora/theories iris_ora $(foreach d, $(VST_DIRS), -Q $(VST_LOC)/$(d) VST.$(d)) -R . pile


target: _CoqProject verif_main.vo simple_verif_main.vo fast/verif_fastmain.vo
Expand Down

0 comments on commit 4b9477b

Please sign in to comment.