github.com/yuin/gopher-lua@v1.1.2-0.20231212122839-2348fd042596/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 )
     5  
     6  clean:
     7  	rm -f parser.go