Rename Makefile task (nothing => help)

This commit is contained in:
Denis Arh
2019-03-11 11:46:48 +01:00
parent 93eb629d06
commit 7b322a1a2e
+2 -2
View File
@@ -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