OSDN Git Service

update makefile
authorhaoyuAThz <haoyu@protonmail.com>
Fri, 20 Apr 2018 08:19:16 +0000 (16:19 +0800)
committerhaoyuAThz <haoyu@protonmail.com>
Fri, 20 Apr 2018 08:19:16 +0000 (16:19 +0800)
Makefile

index a834c6e..45a6a47 100644 (file)
--- 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