We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074186c commit a6da914Copy full SHA for a6da914
Makefile
@@ -38,7 +38,10 @@ clean:
38
rm -f st ${OBJ}
39
rm -f ${DIST}.tar.gz
40
41
+release:
42
+ git tag -a v$(VERSION) -m v$(VERSION)
43
+
44
dist: clean
45
git archive --format=tar.gz -o ${DIST}.tar.gz --prefix=${DIST}/ HEAD
46
-.PHONY: all install uninstall clean dist
47
+.PHONY: all install uninstall clean release dist
0 commit comments