Text file src/cmd/vendor/golang.org/x/arch/s390x/s390xasm/Makefile

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

View as plain text