Files
netbird/browser/Makefile
2021-11-16 14:36:24 +01:00

4 lines
83 B
Makefile

run:
GOOS=js GOARCH=wasm go build -o assets/client.wasm ./client/
go run main.go