diff options
Diffstat (limited to 'contrib/extraction/test')
| -rw-r--r-- | contrib/extraction/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile index d6d20f0c29..3d08bdd012 100644 --- a/contrib/extraction/test/Makefile +++ b/contrib/extraction/test/Makefile @@ -58,7 +58,7 @@ REALSVO:=$(filter-out theories/Reals/Rsyntax.vo,$(REALSALLVO)) REALSML:=$(shell test -x v2ml && ./v2ml $(REALSVO)) REALSCMO:= $(patsubst %.ml,%.cmo,$(REALSML)) -reals: all $(REALSML) $(REALSCMO) +reals: all $(REALSML) addReals.cmo $(REALSCMO) realsml: ./extract_reals $(REALSVO) |
