diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-04-03 21:44:09 -0300 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-04-04 09:04:55 -0300 |
| commit | f45fd022288696aad3ccbdd0c5b9d76969eee741 (patch) | |
| tree | 0187726cbc41851436e0332e462937c54ebe8213 | |
| parent | 0092fb5e0dd8902004dd6340b6f6d75726fa9366 (diff) | |
| download | muhqs-game-f45fd022288696aad3ccbdd0c5b9d76969eee741.tar.gz muhqs-game-f45fd022288696aad3ccbdd0c5b9d76969eee741.zip | |
fix wasm target definition
| -rw-r--r-- | go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/Makefile b/go/Makefile index 8bae628a..5ac3c51a 100644 --- a/go/Makefile +++ b/go/Makefile @@ -20,7 +20,7 @@ $(OBJS): @echo Building $(@F) @pushd $(@D) >/dev/null && go build && popd >/dev/null -*/*.wasm: +$(WASM): @echo Building $(@F) ... @pushd $(@D) >/dev/null && env GOOS=js GOARCH=wasm go build -o $(@F) && popd >/dev/null |
