Skip to content

Commit 4b9477b

Browse files
committed
add ora to VSUpile64 Makefile
1 parent fa03c7b commit 4b9477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progs64/VSUpile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ VOFILES = $(patsubst %.v,%.vo,$(CVFILES) $(VFILES))
3939

4040

4141
VST_DIRS= msl shared sepcomp veric zlist floyd
42-
VSTFLAGS= -R $(VST_LOC)/compcert compcert $(foreach d, $(VST_DIRS), -Q $(VST_LOC)/$(d) VST.$(d)) -R . pile
42+
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
4343

4444

4545
target: _CoqProject verif_main.vo simple_verif_main.vo fast/verif_fastmain.vo

0 commit comments

Comments
 (0)