Skip to content

Commit

Permalink
Merge pull request #113 from syumai/specify-shell-in-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai authored Apr 25, 2024
2 parents 617355c + 99db87d commit 2b25f76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
SHELL := /bin/bash

.PHONY: test
test:
@PATH=$(CURDIR)/misc/wasm:$(PATH) GOOS=js GOARCH=wasm go test ./...
@PATH=$(CURDIR)/misc/wasm:$$PATH GOOS=js GOARCH=wasm go test ./...

.PHONY: build-examples
build-examples:
Expand Down

0 comments on commit 2b25f76

Please sign in to comment.