From: haoyuAThz Date: Fri, 20 Apr 2018 08:19:16 +0000 (+0800) Subject: update makefile X-Git-Tag: v1.0.5~73^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff6e43c52b8be50c567b1ae147403891dd55b24c;p=bytom%2Fbytom.git update makefile --- diff --git a/Makefile b/Makefile index a834c6e1..45a6a479 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(UNAME_S),Darwin) else ifeq ($(UNAME_S),Linux) GOOS := linux else -$(error "$$GOOS is not defined.") +$(error "$$GOOS is not defined. If you are using Windows, try to re-make using 'GOOS=windows make ...' ") endif endif