diff options
| -rw-r--r-- | contrib/extraction/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/extraction/test/Makefile b/contrib/extraction/test/Makefile index 90598daa4e..82bbb1d3f3 100644 --- a/contrib/extraction/test/Makefile +++ b/contrib/extraction/test/Makefile @@ -30,7 +30,9 @@ CMO:= $(patsubst %.ml,%.cmo,$(ML)) # General rules # -all: v2ml ml theories/Reals/addReals.cmo $(CMO) +#all: v2ml ml theories/Reals/addReals.cmo $(CMO) + +all: v2ml ml $(CMO) theories/Reals/addReals.ml: cp -f addReals theories/Reals/addReals.ml |
