aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-12 14:16:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-13 13:28:00 +0200
commite6acf1f97747637dfd5fb3ef20b0b4f4a392ae5f (patch)
tree9be61b90164335099bed6bd94402d14454d8aa78
parentui: reduce width of gray icon border (diff)
downloadwireguard-windows-e6acf1f97747637dfd5fb3ef20b0b4f4a392ae5f.tar.xz
wireguard-windows-e6acf1f97747637dfd5fb3ef20b0b4f4a392ae5f.zip
Makefile: remove unused variable
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49601019..b262f9bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
export CFLAGS := -O3 -Wall -std=gnu11
GOFLAGS := -ldflags="-H windowsgui -s -w" -v
-WINDRES := x86_64-w64-mingw32-windres
export CGO_ENABLED := 1
export GOOS := windows
OLD_GOROOT := $(GOROOT)