Browse Source

Merge pull request #633 from architekton/makefile-1

Remove redundant variable from makefile
Anna 6 years ago
parent
commit
3f49316211
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
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