github.com/mdaxf/iac@v0.0.0-20240519030858-58a061660378/vendor_skip/golang.org/x/arch/x86/x86asm/Makefile (about)

     1  tables.go: ../x86map/map.go ../x86.csv 
     2  	go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
     3