diff --git a/Makefile b/Makefile index 7b18390..f25b2da 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ build_golang: GOOS=js GOARCH=wasm go build \ -o example/openssl.wasm \ main.go + +publish: + curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh + bash golang.sh