github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/internal/rsc.io/arm/armasm/Makefile (about)

     1  tables.go: ../armmap/map.go ../arm.csv 
     2  	go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go