panorama/apps/codetrack/Makefile
2024-06-28 01:28:52 -05:00

4 lines
104 B
Makefile

SOURCES := $(shell find -name "*.go")
main.wasm: $(SOURCES)
GOOS=js GOARCH=wasm go build -o main.wasm