diff --git a/Makefile b/Makefile index f4a5bc2..5c8dc60 100644 --- a/Makefile +++ b/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},\