Skip to content
Snippets Groups Projects
Commit 0295c563 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix makefile

parent 22c25a4d
No related branches found
No related tags found
1 merge request!116XX-4684 / Use new wasm-utils repo
This commit is part of merge request !116. Comments created here will be created in the context of that merge request.
......@@ -11,6 +11,7 @@ build:
GOOS=js GOARCH=wasm go build ./...
update_release:
GOFLAGS="" go get gitlab.com/elixxir/wasm-utils@release
GOFLAGS="" go get gitlab.com/xx_network/primitives@release
GOFLAGS="" go get gitlab.com/elixxir/primitives@release
GOFLAGS="" go get gitlab.com/xx_network/crypto@release
......@@ -18,11 +19,12 @@ update_release:
GOFLAGS="" go get -d gitlab.com/elixxir/client/v4@release
update_master:
GOFLAGS="" go get -d gitlab.com/elixxir/client@master
GOFLAGS="" go get gitlab.com/elixxir/crypto@master
GOFLAGS="" go get gitlab.com/elixxir/wasm-utils@master
GOFLAGS="" go get gitlab.com/xx_network/primitives@master
GOFLAGS="" go get gitlab.com/elixxir/primitives@master
GOFLAGS="" go get gitlab.com/xx_network/crypto@master
GOFLAGS="" go get gitlab.com/xx_network/primitives@master
GOFLAGS="" go get gitlab.com/elixxir/crypto@master
GOFLAGS="" go get -d gitlab.com/elixxir/client/v4@master
binary:
GOOS=js GOARCH=wasm go build -ldflags '-w -s' -trimpath -o xxdk.wasm main.go
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment