summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-25 15:47:27 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-25 15:47:27 +0000
commit68e73e391fe7a26c46bb95df226fade0427669c0 (patch)
tree19daacb25025753d97e26ba873416997322b8852 /Makefile
parentc0637b3794f74e09af0435cf9061832b12633e33 (diff)
downloadqemu-68e73e391fe7a26c46bb95df226fade0427669c0.tar.gz
clean tests dir
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@590 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecbd9d4d1f..4c49bd4929 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ clean:
# avoid old build problems by removing potentially incorrect old files
rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
rm -f *.o *.a $(TOOLS) dyngen TAGS qemu.pod
+ make -C tests clean
for d in $(TARGET_DIRS); do \
make -C $$d $@ || exit 1 ; \
done