summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkito <jkito@github>2022-11-01 00:33:28 +0530
committerkali kaneko (leap communications) <kali@leap.se>2022-11-08 21:38:57 +0100
commit5bb891f4c315e7c4c671b6da94a31ba8378bb677 (patch)
tree2eae9caed323515755a40494b332af5dfb905d80
parent2dfc6fe664f5dbeebd6368269e88c868aaf5b437 (diff)
[pkg] remove extra whitespace from makefile
-rw-r--r--Makefile8
1 files 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}