github.com/coinstack/gopher-lua@v0.0.0-20180626044619-c9c62d4ee45e/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 )