Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5.0-beta-hotfix1'
Browse files Browse the repository at this point in the history
  • Loading branch information
NachE committed Jul 11, 2024
2 parents 55b2f54 + e790f19 commit 11a0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ buildall:
GOOS=windows GOARCH=amd64 GOEXE=.exe DIST_SUFFIX=-windows-amd64.exe $(MAKE) build_platform
GOOS=darwin GOARCH=arm64 GOEXE= DIST_SUFFIX=-darwin-arm64 $(MAKE) build_platform
GOOS=darwin GOARCH=amd64 GOEXE= DIST_SUFFIX=-darwin-amd64 $(MAKE) build_platform
GOOS=js GOARCH=wasm GOEXE= DIST_SUFFIX=-js-wasm $(MAKE) build_platform
# GOOS=js GOARCH=wasm GOEXE= DIST_SUFFIX=-js-wasm $(MAKE) build_platform

.PHONY: buildalldev
buildalldev: EXTRAFLAGS=$(DEVLDFLAGS)
Expand Down

0 comments on commit 11a0f6d

Please sign in to comment.