x86.go: bundle
	./bundle -p main -x x86_ rsc.io/x86/x86asm | gofmt >x86.go

bundle:
	go build -o bundle code.google.com/p/rsc/cmd/bundle
