This commit is contained in:
parent
4f1616e0e6
commit
61a4493b06
10
Makefile
10
Makefile
@ -1,8 +1,8 @@
|
||||
BUILD_VERSION ?= 1.13.1
|
||||
export BUILD_VERSION ?= 1.13.1
|
||||
export DEBIAN_FRONTEND ?= noninteractive
|
||||
export LANG ?= C.UTF-8
|
||||
export TZ ?= UTC
|
||||
DB ?= postgresql
|
||||
DEBIAN_FRONTEND ?= noninteractive
|
||||
LANG ?= C.UTF-8
|
||||
TZ ?= UTC
|
||||
SRC := src
|
||||
|
||||
.PHONY: all
|
||||
@ -14,7 +14,7 @@ build: build-src build-bin
|
||||
.PHONY: build-src
|
||||
build-src:
|
||||
mkdir -p $(SRC); \
|
||||
curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz | tar xz -C $(SRC) --strip-components=1
|
||||
curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz" | tar xz -C $(SRC) --strip-components=1
|
||||
|
||||
.PHONY: build-bin
|
||||
build-bin:
|
||||
|
Loading…
Reference in New Issue
Block a user