make the default target generate dev builds. (#9811)

pull/9824/head
Megan Marsh 6 years ago committed by GitHub
parent a0c09e85df
commit 9f2cb0d560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save