github.com/GuanceCloud/cliutils@v1.1.21/filter/Makefile (about) 1 default: 2 @goyacc -l -o gram_y.go gram.y 3 4 clean: 5 @rm -rf gram_y.go y.output