commit 514395eec35f1d631f73cc36c58f3fdbb4dd6452 parent c94c8f59e23c01cefe772edba8723e2c09a8888f Author: Florian Dold <florian@dold.me> Date: Tue, 24 Aug 2021 15:49:07 +0200 dist Diffstat:
| M | build-system/Makefile | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/build-system/Makefile b/build-system/Makefile @@ -19,6 +19,11 @@ compile: .PHONY: dist dist: + $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz + +# Create tarball with git hash prefix in name +.PHONY: dist-git +dist-git: $(git-archive-all) --include ./configure taler-wallet-$(shell git describe --tags).tar.gz .PHONY: publish