change default target to just make the dev binaries (#9706)

This commit is contained in:
Megan Marsh 2020-08-05 04:32:24 -07:00 committed by GitHub
parent 6a8f49ad1d
commit f295b6d2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 testrace dev releasebin package dev fmt fmt-check mode-check fmt-docs fmt-examples
default: install-build-deps install-gen-deps generate bin
ci: testrace ## Test in continuous integration