diff --git a/Makefile b/Makefile index 363632199..41bfd38c9 100644 --- a/Makefile +++ b/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