mirror of
https://github.com/syumai/workers.git
synced 2025-03-10 17:29:11 +00:00
specify SHELL in Makefile
This commit is contained in:
parent
617355c21b
commit
99db87d361
4
Makefile
4
Makefile
@ -1,6 +1,8 @@
|
|||||||
|
SHELL := /bin/bash
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
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
|
.PHONY: build-examples
|
||||||
build-examples:
|
build-examples:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user