added tag

This commit is contained in:
Jan Halfar 2018-11-27 12:49:10 +01:00
parent 7decb6b56f
commit 1a64987d8d

View File

@ -3,6 +3,8 @@ SHELL := /bin/bash
TAG=`git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/null || git rev-parse --abbrev-ref HEAD`
all: build test
tag:
echo $(TAG)
clean:
rm -fv bin/contentserve*
build: clean