aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-03-25 18:46:08 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2020-03-25 18:46:08 +0100
commita3146935a48337634f6810d53a7cc7302cb61d47 (patch)
tree146079a0559b62de3d46ed3dde362e26a375d34c /unit-tests
parentbaeb3e355eaa0e0dd0601c3a9265e996ea534512 (diff)
downloadsmtcoq-a3146935a48337634f6810d53a7cc7302cb61d47.tar.gz
smtcoq-a3146935a48337634f6810d53a7cc7302cb61d47.zip
make test does not need cleaning anymore
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/unit-tests/Makefile b/unit-tests/Makefile
index 0d4bdc1..d8e9be0 100644
--- a/unit-tests/Makefile
+++ b/unit-tests/Makefile
@@ -39,5 +39,9 @@ logs: $(OBJ)
$(COQC) $(COQDEBUG) $(COQFLAGS) $*
-clean:
- rm -rf *~ $(ZCHAFFLOG) $(VERITLOG) *.vo *.glob
+clean: cleanvo
+ rm -rf *~ $(ZCHAFFLOG) $(VERITLOG)
+
+
+cleanvo:
+ rm -rf *~ *.vo *.glob