File: Makefile

package info (click to toggle)
golang-golang-x-arch 0.0~git20201207.1e68675-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,724 kB
  • sloc: ansic: 1,832; makefile: 42
file content (2 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (56)
1
2
tables.go: ../armmap/map.go ../arm.csv 
	go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go