summaryrefslogtreecommitdiff
path: root/src/cmd/objdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/objdump/Makefile')
-rw-r--r--src/cmd/objdump/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmd/objdump/Makefile b/src/cmd/objdump/Makefile
deleted file mode 100644
index 1b66c26ba..000000000
--- a/src/cmd/objdump/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-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