Sort vars
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-07-15 22:27:24 +02:00
parent 567dae83cf
commit 0a6ffd48cb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
ABRA := ./cmd/abra
COMMIT := $(shell git rev-list -1 HEAD)
VERSION := $(shell cat ./version)
GOPATH := $(shell go env GOPATH)
LDFLAGS := "-X 'main.Commit=$(COMMIT)' -X 'main.Version=$(VERSION)'"
ABRA := ./cmd/abra
VERSION := $(shell cat ./version)
all: run install build clean