panorama/apps/codetrack/Makefile

5 lines
104 B
Makefile
Raw Normal View History

2024-06-28 06:28:52 +00:00
SOURCES := $(shell find -name "*.go")
main.wasm: $(SOURCES)
GOOS=js GOARCH=wasm go build -o main.wasm