Commit 11650e363894d90f82ce29bc97c4a104fcb89459

Authored by bellard
1 parent a8753c34

clean target update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1410 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 1 deletions
tests/Makefile
... ... @@ -88,4 +88,5 @@ test2:
88 88 done
89 89  
90 90 clean:
91   - rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)
  91 + rm -f *~ *.o test-i386.out test-i386.ref \
  92 + test-x86_64.log test-x86_64.ref qruncom $(TESTS)
... ...