mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
added tag
This commit is contained in:
parent
7decb6b56f
commit
1a64987d8d
2
Makefile
2
Makefile
@ -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`
|
TAG=`git describe --exact-match --tags $(git log -n1 --pretty='%h') 2>/dev/null || git rev-parse --abbrev-ref HEAD`
|
||||||
|
|
||||||
all: build test
|
all: build test
|
||||||
|
tag:
|
||||||
|
echo $(TAG)
|
||||||
clean:
|
clean:
|
||||||
rm -fv bin/contentserve*
|
rm -fv bin/contentserve*
|
||||||
build: clean
|
build: clean
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user