Skip to content

Commit

Permalink
specify SHELL in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
syumai committed Apr 24, 2024
1 parent 617355c commit 99db87d
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 99db87d

Please sign in to comment.