[#2] Use frostfs-cli until it is renamed to frost
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
This commit is contained in:
parent
87d9df1de1
commit
57e3883160
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
VERSION ?= "$(shell git describe --tags --match "v*" --dirty --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")"
|
VERSION ?= "$(shell git describe --tags --match "v*" --dirty --always --abbrev=8 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")"
|
||||||
FROST ?= frost
|
FROST ?= frostfs-cli
|
||||||
|
|
||||||
.PHONY: all clean version help unlocode debpackage
|
.PHONY: all clean version help unlocode debpackage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue