From 7b322a1a2e9fb84ce275b3be1d0f8b7b43cba4c9 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Mon, 11 Mar 2019 11:46:48 +0100 Subject: [PATCH] Rename Makefile task (nothing => help) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ae3d640cc..eea65c02e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: nothing docker docker-push realize dep dep.update test test.rbac test.messaging test.crm qa critic vet codegen +.PHONY: help docker docker-push realize dep dep.update test test.rbac test.messaging test.crm qa critic vet codegen PKG = "github.com/$(shell cat .project)" @@ -16,7 +16,7 @@ GOTEST = ${GOPATH}/bin/gotest GOCRITIC = ${GOPATH}/bin/gocritic MOCKGEN = ${GOPATH}/bin/mockgen -nothing: +help: @echo @echo Usage: make [target] @echo