delve/vendor/rsc.io/x86/x86asm/Makefile
aarzilli e7a9a3ea9a Disassemble command
Implements #368
2016-02-11 16:59:07 -08:00

3 lines
148 B
Makefile

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