github.com/shawnclovie/gopher-lua@v0.0.0-20200520092726-90b44ec0e2f2/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 )