diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-05-09 00:55:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-09 08:19:58 -0700 |
commit | de101410cff3ecf1421c691799b8ad26e6bbff97 (patch) | |
tree | 91895f7e0003e52dc6a612cbc136608073626982 /Makefile | |
parent | a5b868700326a81bcb26d38cdc5e2b63cc445672 (diff) | |
download | subsurface-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |