make the default target generate dev builds. (#9811)
This commit is contained in:
parent
a0c09e85df
commit
9f2cb0d560
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ export GOLDFLAGS
|
|||
.PHONY: bin checkversion ci ci-lint default install-build-deps install-gen-deps fmt fmt-docs fmt-examples generate install-lint-deps lint \
|
||||
releasebin test testacc testrace
|
||||
|
||||
default: install-build-deps install-gen-deps generate bin
|
||||
default: install-build-deps install-gen-deps generate dev
|
||||
|
||||
ci: testrace ## Test in continuous integration
|
||||
|
||||
|
|
Loading…
Reference in New Issue