aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglondu2012-01-14 11:45:32 +0000
committerglondu2012-01-14 11:45:32 +0000
commitfe0d62e0e95c157c0103a70454b74b1d7e89e041 (patch)
treea1bdbafc967d5569138afc1741b4eff641f76f5f
parent5a3ea72512746ffbe452296ee5e194b69f029b33 (diff)
Add distclean back to test-suite/Makefile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14903 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index cd5886f823..f3013c04dc 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -97,6 +97,9 @@ clean:
-name '*.stamp' -o -name '*.vo' -o -name '*.log' \
\) -print0 | xargs -0 rm -f
+distclean: clean
+ $(HIDE)find . -name '*.log' -print0 | xargs -0 rm -f
+
#######################################################################
# Per-subsystem targets
#######################################################################