diff --git a/Makefile b/Makefile index 9607153d0..c2c7267c3 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. If you are using Windows, try to re-make using 'GOOS=windows make ...' ") + GOOS := windows endif endif