mirror of
https://github.com/rclone/rclone.git
synced 2025-02-07 14:10:09 +01:00
6 lines
83 B
Makefile
6 lines
83 B
Makefile
build:
|
|
GOARCH=wasm GOOS=js go build -o rclone.wasm
|
|
|
|
serve: build
|
|
go run serve.go
|