delve/vendor/rsc.io/x86/x86asm/Makefile

3 lines
148 B
Makefile
Raw Normal View History

2016-02-06 06:00:48 +00:00
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