Merge PR #170: Fix Makefile's all target dependencies

This commit is contained in:
Alessio Treglia 2019-10-23 15:33:32 +02:00 committed by Alexander Bezobchuk
parent bd10ee5c62
commit 43f6078ca5
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)'
# The below include contains the tools target. # The below include contains the tools target.
include contrib/devtools/Makefile include contrib/devtools/Makefile
all: install lint check all: install lint test
build: go.sum build: go.sum
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)