github.com/mattn/anko@v0.1.10/parser/Makefile (about) 1 all : parser.go 2 3 parser.go : parser.go.y 4 goyacc -o $@ parser.go.y 5 gofmt -s -w .