File: Makefile

package info (click to toggle)
golang-github-yuin-gopher-lua 0.0~git20170915.0.eb1c729-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, forky, sid, trixie
  • size: 852 kB
  • sloc: yacc: 479; python: 73; makefile: 18
file content (4 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
all : parser.go

parser.go : parser.go.y
	goyacc -o $@ parser.go.y; [ -f y.output ] && ( rm -f y.output )