mirror of
https://github.com/Luzifer/wasm-openssl.git
synced 2024-11-09 15:20:06 +00:00
Add "publish" target
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5ea2270568
commit
84148a12a3
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -7,3 +7,7 @@ build_golang:
|
||||||
GOOS=js GOARCH=wasm go build \
|
GOOS=js GOARCH=wasm go build \
|
||||||
-o example/openssl.wasm \
|
-o example/openssl.wasm \
|
||||||
main.go
|
main.go
|
||||||
|
|
||||||
|
publish:
|
||||||
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||||||
|
bash golang.sh
|
||||||
|
|
Loading…
Reference in a new issue