Commit d85c2d99 authored by Vaibhav Gupta's avatar Vaibhav Gupta

tools: Makefile: Add default value for variable "M"

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 4117e8c1
......@@ -3,6 +3,9 @@
# SPDX-License-Identifier: CC0-1.0
# build user-space tools for zio
M ?= $(shell pwd)/..
GIT_VERSION := $(shell git describe --dirty --long --tags | grep -o -E "[^v]*")
# Extract major, minor and patch number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment