[#637] build: Delete useless var in Makefile

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
support/v0.27
Pavel Karpy 2021-06-23 12:31:28 +03:00 committed by Alex Vanin
parent 14afc6a1e5
commit 8b2058e0e9
1 changed files with 0 additions and 1 deletions

View File

@ -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