fix(Makefile)_: clear goroot env variable (#5079)

This commit is contained in:
Igor Sirotin 2024-04-26 17:26:36 +02:00 committed by GitHub
parent 1551c98f96
commit 11dc6976bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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