aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-22 16:58:08 -0700
committerGraydon Hoare <[email protected]>2011-03-22 17:11:47 -0700
commita251343fabe5fbb02481f042f38d3a401601ccb6 (patch)
tree0be9fff4ad6252d73afd41db0d646d4c4e7591ce
parentXFAIL float.rs in boot under new Makefile.in (diff)
downloadrust-a251343fabe5fbb02481f042f38d3a401601ccb6.tar.xz
rust-a251343fabe5fbb02481f042f38d3a401601ccb6.zip
Clean a little bit harder.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bcedd53d..50b3e60e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1104,4 +1104,4 @@ clean:
$(Q)rm -Rf $(foreach ext,out out.tmp \
boot$(X) stage0$(X) stage1$(X) stage2$(X) \
bc o s exe dSYM, \
- $(wildcard test/*/*.$(ext)))
+ $(wildcard test/*/*.$(ext) test/bench/*/*.$(ext)))