summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 21:39:25 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-26 21:39:25 +0000
commit11650e363894d90f82ce29bc97c4a104fcb89459 (patch)
tree7e75870883da34c6512a9b6e37d93adabd91eff4
parenta8753c3466dcf5c08f51313a402eb09be5af7e30 (diff)
downloadqemu-11650e363894d90f82ce29bc97c4a104fcb89459.tar.gz
clean target update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1410 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index de533f9322..78a215bb14 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -88,4 +88,5 @@ test2:
done
clean:
- rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)
+ rm -f *~ *.o test-i386.out test-i386.ref \
+ test-x86_64.log test-x86_64.ref qruncom $(TESTS)