diff options
-rw-r--r-- | build-system/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile index ef2fce36b..24b86c152 100644 --- 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 |