From 52581af8f48f3630ff22ffc92f3f782a924f8069 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Fri, 4 Oct 2019 13:05:45 +0800 Subject: [PATCH] update at 2019-10-04 13:05:45 by ehlxr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c1dd56..6221552 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BUILD_VERSION := $(shell cat version) BUILD_TIME := $(shell date "+%F %T") COMMIT_SHA1 := $(shell git rev-parse HEAD) -ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))/ +ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) DIST_DIR := $(ROOT_DIR)/dist/ VERSION_PATH := $(shell cat `go env GOMOD` | awk '/^module/{print $$2}')/cmd