summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)