File: Makefile

package info (click to toggle)
golang 2%3A1.5.1-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 56,952 kB
  • sloc: asm: 30,955; ansic: 6,131; yacc: 2,100; sh: 1,442; perl: 1,116; xml: 623; python: 286; makefile: 82; cpp: 22; awk: 7
file content (3 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (53)
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