Add a release tag Makefile target

This commit is contained in:
Iustin Pop
2016-02-07 21:00:18 +01:00
parent f4e38a010d
commit ea0031fe07
+4
View File
@@ -62,6 +62,10 @@ distcheck: dist
cd "$$BASE/$(RELEASEDIR)" && \
make && ./mt --version && ./stinit --version && \
make dist
release-tag:
git tag -s -m 'Release version $(VERSION).' mt-st-$(VERSION)
clean:
rm -f *~ \#*\# *.o $(PROGS) version.h