summaryrefslogtreecommitdiff
path: root/src/cmd/internal/rsc.io/x86/x86asm/Makefile
blob: 9eb4557c11d49b2a77d4628abbe486bf9841e310 (plain)
1
2
3
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