fix(Makefile)_: clear goroot env variable (#5079)
This commit is contained in:
parent
1551c98f96
commit
11dc6976bd
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
|||
.PHONY: statusgo statusd-prune all test clean help
|
||||
.PHONY: statusgo-android statusgo-ios
|
||||
|
||||
# Clear any GOROOT set outside of the Nix shell
|
||||
export GOROOT=
|
||||
|
||||
# This is a code for automatic help generator.
|
||||
# It supports ANSI colors and categories.
|
||||
# To add new item into help output, simply add comments
|
||||
|
|
Loading…
Reference in New Issue