[#926] Makefile: declare `images` target as phony

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
remotes/fyrchik/container-alias-fee
Evgenii Stratonikov 2021-10-16 15:28:30 +03:00 committed by Alex Vanin
parent 1b3637aad7
commit 1ebe188cdc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ DIRS = $(BIN) $(RELEASE)
CMDS = $(notdir $(basename $(wildcard cmd/*)))
BINS = $(addprefix $(BIN)/, $(CMDS))
.PHONY: help all dep clean fmts fmt imports test lint docker/lint prepare-release
.PHONY: help all images dep clean fmts fmt imports test lint docker/lint prepare-release
# To build a specific binary, use it's name prefix with bin/ as a target
# For example `make bin/neofs-node` will build only storage node binary