change default target to just make the dev binaries (#9706)
This commit is contained in:
parent
6a8f49ad1d
commit
f295b6d2e5
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 \
|
.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
|
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
|
ci: testrace ## Test in continuous integration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue