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 (3 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (57)
1
2
3
tables.go: ../x86map/map.go ../x86.csv 
	go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go