From 84148a12a33e3068344d764fa3c7efc7d445b9d3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 13 Jun 2020 16:24:14 +0200 Subject: [PATCH] Add "publish" target Signed-off-by: Knut Ahlers --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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