commit 048e0ada98b551e89c7ae410fb00a07289e9d332
parent 796f8c5ce572822b4b0e7bf38ebbaaa8a5404675
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 20 Jan 2023 00:15:08 +0100
add rule to create TGZ using Git as proposed by Florian
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,7 @@
include build-system/config.mk
escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
+VERSION=0.9.1
all: assemble
install: install-nexus install-sandbox install-cli
@@ -16,6 +17,10 @@ dist:
exec-arch:
@./gradlew -q execArch
+.PHONY: tgz
+tgz:
+ git archive --prefix libeufin-$(VERSION)/ v$(VERSION)
+
.PHONY: deb
deb: dist
@dpkg-buildpackage -rfakeroot -b -uc -us