kinesis-consumer/vendor/github.com/yuin/gopher-lua/parse/Makefile
2024-04-10 16:50:33 +02:00

4 lines
106 B
Makefile

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