updatedeps should build the parser

This commit is contained in:
Mitchell Hashimoto 2014-07-22 16:48:26 -07:00
parent c6cf449bc4
commit 498600d75f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ testacc: config/y.go libucl
testrace: config/y.go libucl
TF_ACC= go test -race $(TEST) $(TESTARGS)
updatedeps:
updatedeps: config/y.go
go get -u -v ./...
config/y.go: config/expr.y