forked from TrueCloudLab/frostfs-node
[#637] build: Delete useless var in Makefile
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
14afc6a1e5
commit
8b2058e0e9
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue