Makefile updatedeps requires libucl

pull/110/head
Mitchell Hashimoto 12 years ago
parent 55402f5f3e
commit abb94de631

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

Loading…
Cancel
Save