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
commit402985fb6e9518c5835aa39a44720f4d983aef7f (patch)
tree9be61b90164335099bed6bd94402d14454d8aa78
parentui: reduce width of gray icon border (diff)
downloadwireguard-windows-402985fb6e9518c5835aa39a44720f4d983aef7f.tar.xz
wireguard-windows-402985fb6e9518c5835aa39a44720f4d983aef7f.zip
Makefile: remove unused variable
-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)