From 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 19 Jun 2014 09:22:53 +0200 Subject: Imported Upstream version 1.3 --- src/cmd/objdump/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/cmd/objdump/Makefile (limited to 'src/cmd/objdump/Makefile') diff --git a/src/cmd/objdump/Makefile b/src/cmd/objdump/Makefile new file mode 100644 index 000000000..1b66c26ba --- /dev/null +++ b/src/cmd/objdump/Makefile @@ -0,0 +1,10 @@ +all: x86.go armasm.go + +x86.go: bundle + ./bundle -p main -x x86_ rsc.io/x86/x86asm | gofmt >x86.go + +armasm.go: bundle + ./bundle -p main -x arm_ rsc.io/arm/armasm | gofmt >armasm.go + +bundle: + go build -o bundle code.google.com/p/rsc/cmd/bundle -- cgit v1.2.3