MakeFile: typo

This commit is contained in:
Zorglube 2020-10-19 21:38:21 +02:00
parent 2a83dbc069
commit f7cf1c39aa
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"
# 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