From f295b6d2e55128402451670a6934369ac33238a7 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 5 Aug 2020 04:32:24 -0700 Subject: [PATCH] change default target to just make the dev binaries (#9706) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4b3de613..363632199 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 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