route/vendor/github.com/yuin/gopher-lua/parse/Makefile

5 lines
106 B
Makefile

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