git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162
master
bellard 2004-04-26 21:15:11 +00:00
parent a8c490cda5
commit bbc9d34839
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ tar:
tarbin:
( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
$(prefix)/bin/qemu $(prefix)/bin/qemu-fast \
$(prefix)/bin/qemu-system-ppc \
$(prefix)/bin/qemu-i386 \
$(prefix)/bin/qemu-arm \
$(prefix)/bin/qemu-sparc \

View File

@ -81,4 +81,4 @@ test2:
done
clean:
rm -f *~ *.o test-i386.out test-i386.ref $(TESTS)
rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)