updatedeps should build the parser
This commit is contained in:
parent
c6cf449bc4
commit
498600d75f
2
Makefile
2
Makefile
|
@ -34,7 +34,7 @@ testacc: config/y.go libucl
|
||||||
testrace: config/y.go libucl
|
testrace: config/y.go libucl
|
||||||
TF_ACC= go test -race $(TEST) $(TESTARGS)
|
TF_ACC= go test -race $(TEST) $(TESTARGS)
|
||||||
|
|
||||||
updatedeps:
|
updatedeps: config/y.go
|
||||||
go get -u -v ./...
|
go get -u -v ./...
|
||||||
|
|
||||||
config/y.go: config/expr.y
|
config/y.go: config/expr.y
|
||||||
|
|
Loading…
Reference in New Issue