proper-website-2/Makefile

6 lines
88 B
Makefile

build:
GOARCH=wasm GOOS=js go build -o web/app.wasm
go build -o app
run: build
./app