...

Text file src/cmd/vendor/golang.org/x/arch/arm/armasm/Makefile

     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

View as plain text