mirror of
https://github.com/Jguer/yay.git
synced 2025-10-09 00:07:14 -04:00
Remove redundant variable
This commit is contained in:
parent
25242398ac
commit
00f2cffc45
1
Makefile
1
Makefile
@ -10,7 +10,6 @@ endif
|
|||||||
VERSION := ${MAJORVERSION}.${MINORVERSION}
|
VERSION := ${MAJORVERSION}.${MINORVERSION}
|
||||||
|
|
||||||
LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}'
|
LDFLAGS := -ldflags '-s -w -X main.version=${VERSION}'
|
||||||
GOFILES := $(shell ls *.go | grep -v /vendor/)
|
|
||||||
ARCH := $(shell uname -m)
|
ARCH := $(shell uname -m)
|
||||||
PKGNAME := yay
|
PKGNAME := yay
|
||||||
BINNAME := yay
|
BINNAME := yay
|
||||||
|
Loading…
x
Reference in New Issue
Block a user