File: Makefile

package info (click to toggle)
golang-golang-x-arch 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,932 kB
  • sloc: ansic: 1,975; makefile: 59
file content (3 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (55)
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