forked from TrueCloudLab/frostfs-rest-gw
[#65] Typo fixes
SWAGGER_URL must be defined externally and fall back to default only when not set. Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
a3e196c5d4
commit
843f099108
1 changed files with 9 additions and 9 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ ifeq ($(UNAME), "Darwin/x86_64")
|
||||||
SWAGGER_ARCH = darwin_amd64
|
SWAGGER_ARCH = darwin_amd64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SWAGGER_URL = "https://github.com/go-swagger/go-swagger/releases/download/$(SWAGGER_VERSION)/swagger_$(SWAGGER_ARCH)"
|
SWAGGER_URL ?= "https://github.com/go-swagger/go-swagger/releases/download/$(SWAGGER_VERSION)/swagger_$(SWAGGER_ARCH)"
|
||||||
|
|
||||||
# List of binaries to build. For now just one.
|
# List of binaries to build. For now just one.
|
||||||
BINDIR = bin
|
BINDIR = bin
|
||||||
|
|
Loading…
Reference in a new issue