diff --git a/Makefile b/Makefile index 34513ee..3a56bac 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ FLAGS := "-s -w -X main.Version=$(VERSION)" all: build build: - echo 'make build' $(foreach APP,$(APPS), go build -ldflags=$(FLAGS) -o $(BUILD_DIR)/$(APP) ./cmd/$(APP);) clean: @@ -24,7 +23,6 @@ prepare-test: git submodule update --init --remote test: - echo 'make test' ./scripts/prepare_test_repos.sh $(TMP_DIR) go test -coverprofile cover.out -v ./...