aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-04 16:16:12 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-04 16:16:12 -0500
commit69341752a93edf39d9bedbe435d7543f4068ac65 (patch)
treec8cc7687299b20177717204f46faf242a56f96e5 /Makefile
parentc805a89e0944a8eb0f0db959db326be517221891 (diff)
downloadhcalc-69341752a93edf39d9bedbe435d7543f4068ac65.tar.gz
Makefile: Add release target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index beb6221..a937a0d 100644
--- a/Makefile
+++ b/Makefile
@@ -95,4 +95,7 @@ install: all
done
$(GZIP) -9f $(DESTDIR)$(MAN1DIR)/$(MANPAGE)
-.PHONY: all clean realclean install
+release:
+ sh makerelease.sh $(VERSION)
+
+.PHONY: all clean realclean install release