summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>2013-05-09 00:55:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 08:19:58 -0700
commitde101410cff3ecf1421c691799b8ad26e6bbff97 (patch)
tree91895f7e0003e52dc6a612cbc136608073626982 /Makefile
parenta5b868700326a81bcb26d38cdc5e2b63cc445672 (diff)
downloadsubsurface-de101410cff3ecf1421c691799b8ad26e6bbff97.tar.gz
A lame start for a `make release' helper.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dce507c9b..2bd18249a 100644
--- a/Makefile
+++ b/Makefile
@@ -312,4 +312,8 @@ clean:
$(VERSION_FILE)
rm -rf share .dep
+release:
+ @scripts/check-version -cdr $(VERSION_STRING)
+ # Add other rules (like tar-command) bellow
+
-include $(DEPS)