github.com/guardangely/gopher-lua@v0.0.0-20200324075529-f92e6f279f59/parse/Makefile (about) 1 all : parser.go 2 3 parser.go : parser.go.y 4 goyacc -o $@ parser.go.y; [ -f y.output ] && ( rm -f y.output )