aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-01-14 11:45:32 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-01-14 11:45:32 +0000
commitfe0d62e0e95c157c0103a70454b74b1d7e89e041 (patch)
treea1bdbafc967d5569138afc1741b4eff641f76f5f /test-suite/Makefile
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
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index cd5886f82..f3013c04d 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
#######################################################################