github.com/jslyzt/glua@v0.0.0-20210819023911-4030c8e0234a/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 )