Godep vendoring for external packages
This commit is contained in:
4
vendor/github.com/mattn/anko/parser/Makefile
generated
vendored
Normal file
4
vendor/github.com/mattn/anko/parser/Makefile
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
all : parser.go
|
||||
|
||||
parser.go : parser.go.y
|
||||
go tool yacc -o $@ parser.go.y
|
||||
Reference in New Issue
Block a user