github.com/tul/gopher-lua@v0.0.0-20181008131706-f6fcaab0c612/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 )