This commit is contained in:
Florian Dold 2021-08-24 15:49:07 +02:00
parent c94c8f59e2
commit 514395eec3
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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