From 0a6ffd48cb4513955552e415fbb69b28ecbc9075 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 15 Jul 2021 22:27:24 +0200 Subject: [PATCH] Sort vars --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0f217c9..ef5280be 100644 --- a/Makefile +++ b/Makefile @@ -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