From 0b050e70edd12cdd6bf62c9860b642bbcb5b5504 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Thu, 26 Jun 2008 12:59:40 +0300 Subject: Makefile: relsease target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fdbc3c..f34b15e 100644 --- a/Makefile +++ b/Makefile @@ -9,5 +9,5 @@ tgit: echo "ready to paste ..." release: install - git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'` + git tag $(shell git tag -l | awk -F. 'END{printf "%s.%s\n", $$1,$$2+1}') git push -- cgit v1.2.3