[#637] build: Delete useless var in Makefile

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-06-23 12:31:28 +03:00 committed by Alex Vanin
parent 14afc6a1e5
commit 8b2058e0e9

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