Remove redundant variable

This commit is contained in:
Architekton 2018-08-12 09:13:40 +10:00
parent 25242398ac
commit 00f2cffc45
No known key found for this signature in database
GPG key ID: 6422E9ACCA601DDF

View file

@ -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