--- Makefile 2006-03-26 15:38:08.000000000 -0400 +++ Makefile.new 2006-03-26 15:36:50.000000000 -0400 @@ -64,6 +64,11 @@ $(MAKE) -C $$d $@ || exit 1 ; \ done +uninstall: clean + rm -f "$(bindir)/*qemu*" + rm -rf "$(datadir)" + rm -rf "$(docdir)" + # various test targets test speed test2: all $(MAKE) -C tests $@