at 18.09-beta 13 lines 368 B view raw
1diff --git a/vm/compiler.go b/vm/compiler.go 2index c55266b..a46417c 100644 3--- a/vm/compiler.go 4+++ b/vm/compiler.go 5@@ -2,7 +2,7 @@ 6 // This file is available under the Apache license. 7 8 // Build the parser: 9-//go:generate $GOPATH/bin/goyacc -v y.output -o parser.go -p mtail parser.y 10+//go:generate goyacc -v y.output -o parser.go -p mtail parser.y 11 12 package vm 13