aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-01 15:53:40 +0000
committerLaurent Bercot <ska@appnovation.com>2025-05-01 15:53:40 +0000
commit777100e73376d0977ee4300b5580670edb6df08f (patch)
treedb841de57fdb6d4778701331741c13c770c40195 /Makefile
parent856d2bc042963c12fab9abc14d22c63704d514f8 (diff)
downloadmdevd-777100e73376d0977ee4300b5580670edb6df08f.tar.gz
Add hash
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 752b8ba..90098b5 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ tgz: distclean
cp -a . /tmp/$$package-$$version && \
cd /tmp && \
tar -zpcv --owner=0 --group=0 --numeric-owner --exclude=.git* -f /tmp/$$package-$$version.tar.gz $$package-$$version && \
+ sha256sum $$package-$$version.tar.gz > $$package-$$version.tar.gz.sha256 && \
exec rm -rf /tmp/$$package-$$version
strip: $(ALL_LIBS) $(ALL_BINS)