From 00f2cffc453bcf036f6d4a5d1623d90ac6d7797a Mon Sep 17 00:00:00 2001 From: Architekton Date: Sun, 12 Aug 2018 09:13:40 +1000 Subject: [PATCH] Remove redundant variable --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index cd5991b0..39bb7fb3 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ endif VERSION := ${MAJORVERSION}.${MINORVERSION} LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}' -GOFILES := $(shell ls *.go | grep -v /vendor/) ARCH := $(shell uname -m) PKGNAME := yay BINNAME := yay