MakeFile: typo

This commit is contained in:
Zorglube 2020-10-19 21:38:21 +02:00
parent ebb0d7bdc2
commit 3a61dc6948
1 changed files with 6 additions and 6 deletions

View File

@ -7,17 +7,17 @@
# goosList = "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows" # 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" # goarchList = "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64"
include make/Makefile.common include make/Makefile.common
# Windows needs the .exe extension. # Windows needs the .exe extension.
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
EXT=.exe EXT=.exe
endif endif
ifeq ($(GOOS),) ifeq ($(GOOS),)
GOOS=windows GOOS=windows
endif endif
l
ifeq ($(ARCH),) ifeq ($(ARCH),)
ARCH=386 ARCH=386
endif endif