diff --git a/Makefile b/Makefile index 82fb9db..6dd81f3 100644 --- a/Makefile +++ b/Makefile @@ -7,17 +7,17 @@ # goosList = "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows" # goarchList = "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64" -include make/Makefile.common - -# Windows needs the .exe extension. -ifeq ($(OS),Windows_NT) -EXT=.exe +include make/Makefile.common + +# Windows needs the .exe extension. +ifeq ($(OS),Windows_NT) +EXT=.exe endif ifeq ($(GOOS),) GOOS=windows endif -l + ifeq ($(ARCH),) ARCH=386 endif