Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
de8b053ad4
commit
596df19371
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -6,9 +6,9 @@ BUILD := $(shell git rev-parse HEAD)
|
|||
|
||||
LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}"
|
||||
|
||||
.PHONY: all build
|
||||
.PHONY: all build_password publish_password
|
||||
|
||||
all: build
|
||||
all: build_password publish_password
|
||||
|
||||
build_password:
|
||||
$(foreach GOOS, ${OS},\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue