summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/arch/x86/x86asm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/arch/x86/x86asm/Makefile')
-rw-r--r--vendor/golang.org/x/arch/x86/x86asm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/golang.org/x/arch/x86/x86asm/Makefile b/vendor/golang.org/x/arch/x86/x86asm/Makefile
deleted file mode 100644
index 9eb4557c1..000000000
--- a/vendor/golang.org/x/arch/x86/x86asm/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-tables.go: ../x86map/map.go ../x86.csv
- go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
-