mirror of
https://github.com/Jguer/yay.git
synced 2025-10-04 00:03:11 -04:00
Fixes Versioning
This commit is contained in:
parent
2925b8fb0a
commit
808248b402
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
.PHONY: build doc fmt lint run test vendor_clean vendor_get vendor_update vet
|
||||
|
||||
VERSION := $(shell git rev-list --count master)
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}"
|
||||
VERSION := "$(shell git rev-list --count master)"
|
||||
LDFLAGS=-ldflags "-s -w -X main.version=2.${VERSION}"
|
||||
GOFILES := $(shell ls *.go | grep -v /vendor/)
|
||||
ARCH=$(shell uname -m)
|
||||
PKGNAME=yay
|
||||
|
Loading…
x
Reference in New Issue
Block a user