OSDN Git Service

makefile: add windows (#2126)
[bytom/bytom.git] / Makefile
index 9607153..c2c7267 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. If you are using Windows, try to re-make using 'GOOS=windows make ...' ")
+       GOOS := windows
 endif
 endif