diff options
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/Makefile b/mathcomp/Makefile index e45d627..07f1869 100644 --- a/mathcomp/Makefile +++ b/mathcomp/Makefile @@ -23,7 +23,8 @@ MAKEFLAGS+=-B -f Makefile.coq $* \ COQDEP='$(COQDEP) -exclude-dir plugin -c' -clean: +clean: + $(H)[ -e Makefile.coq ] || $(call coqmakefile,ssreflect) $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ -f Makefile.coq clean $(H)rm -f Makefile.coq |
