add new makefile target to make git tags

This commit is contained in:
Benjamin Sergeant 2019-08-20 09:21:30 -07:00
parent 839a747ce8
commit 53c767140d

View File

@ -17,6 +17,9 @@ ws:
uninstall:
xargs rm -fv < build/install_manifest.txt
tag:
git tag v"`cat DOCKER_VERSION`"
.PHONY: docker
NAME := bsergean/ws