Skip to content

Commit 84893e0

Browse files
Makefile: add missing GO variable
Signed-off-by: Achille Roussel <[email protected]>
1 parent d0a6576 commit 84893e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.PHONY: proto test lint wasirun
22

3+
GO ?= go
34
GOPATH ?= $(shell $(GO) env GOPATH)
45
wasirun = $(GOPATH)/bin/wasirun
56

0 commit comments

Comments
 (0)