From 8b2058e0e92995e285be46cd4f6f347eb5c209ce Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Wed, 23 Jun 2021 12:31:28 +0300 Subject: [PATCH] [#637] build: Delete useless var in Makefile Signed-off-by: Pavel Karpy --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5b2d3a23..39c39f55 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ DIRS= $(BIN) # List of binaries to build. CMDS = $(notdir $(basename $(wildcard cmd/*))) -CMS = $(addprefix $(BIN)/, $(CMDS)) BINS = $(addprefix $(BIN)/, $(CMDS)) .PHONY: help all dep clean fmts fmt imports test lint docker/lint