From 402985fb6e9518c5835aa39a44720f4d983aef7f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 12 May 2019 14:16:44 +0200 Subject: Makefile: remove unused variable --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-59-g8ed1b