ui/eg/themes/Makefile

12 lines
177 B
Makefile
Raw Normal View History

2020-06-18 01:04:18 +00:00
.PHONY: run
run:
go run main.go
.PHONY: wasm
wasm:
GOOS=js GOARCH=wasm go build -v -o windows.wasm main_wasm.go
.PHONY: wasm-serve
wasm-serve: wasm
../wasm-common/serve.sh