From 5bb891f4c315e7c4c671b6da94a31ba8378bb677 Mon Sep 17 00:00:00 2001 From: jkito Date: Tue, 1 Nov 2022 00:33:28 +0530 Subject: [pkg] remove extra whitespace from makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 378881f..ef9a0f7 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ endif SCRIPTS = branding/scripts TEMPLATES = branding/templates -TAP_WINDOWS = https://build.openvpn.net/downloads/releases/tap-windows-9.24.2-I601-Win10.exe +TAP_WINDOWS = https://build.openvpn.net/downloads/releases/tap-windows-9.24.2-I601-Win10.exe ifeq ($(PLATFORM), windows) HAS_QTIFW := $(shell which binarycreator.exe) @@ -102,7 +102,7 @@ EXTRA_GO_LDFLAGS = "-H=windowsgui" endif ifeq ($(PLATFORM), windows) -PKGFILES = $(wildcard "pkg/*") # syntax err in windows with find +PKGFILES = $(wildcard "pkg/*") # syntax err in windows with find else PKGFILES = $(shell find pkg -type f -name '*.go') endif @@ -112,7 +112,7 @@ lib/%.a: $(PKGFILES) # FIXME move platform detection above! no place to uname here, just use $PLATFORM # -MINGGW = +MINGGW = ifeq ($(UNAME), MINGW64_NT-10.0) MINGW = yes endif @@ -233,7 +233,7 @@ endif @cp /c/Qt/5.15.2/mingw81_64/bin/libwinpthread-1.dll ${INST_DATA} @cp -r /c/Qt/5.15.2/mingw81_64/qml ${INST_DATA} # TODO stage it - @wget ${OPENVPN_WINDOWS_INSTALLER} -O ${INST_DATA}openvpn-installer.msi + @wget ${OPENVPN_WINDOWS_INSTALLER} -O ${INST_DATA}openvpn-installer.msi endif ifeq (${PLATFORM}, linux) @VERSION=${VERSION} ${SCRIPTS}/gen-qtinstaller linux ${INSTALLER} -- cgit v1.2.3