forked from Silverfish/proton-bridge
feat(GODT-2352): use go-build-finalize macro to build vault-editor for both mac arch
This commit is contained in:
committed by
James Houlahan
parent
cdff2ef792
commit
2b75fcf773
2
Makefile
2
Makefile
@ -112,7 +112,7 @@ versioner:
|
|||||||
go build ${BUILD_FLAGS} -o versioner utils/versioner/main.go
|
go build ${BUILD_FLAGS} -o versioner utils/versioner/main.go
|
||||||
|
|
||||||
vault-editor:
|
vault-editor:
|
||||||
go build -tags debug -o vault-editor utils/vault-editor/main.go
|
$(call go-build-finalize,"-tags=debug","vault-editor","./utils/vault-editor/main.go")
|
||||||
|
|
||||||
hasher:
|
hasher:
|
||||||
go build -o hasher utils/hasher/main.go
|
go build -o hasher utils/hasher/main.go
|
||||||
|
|||||||
Reference in New Issue
Block a user