diff options
author | Florian Dold <florian@dold.me> | 2021-08-24 15:49:07 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-24 15:49:07 +0200 |
commit | 514395eec35f1d631f73cc36c58f3fdbb4dd6452 (patch) | |
tree | 3663ab2889dc701c42356a7ccfa3099d5bd145fa | |
parent | c94c8f59e23c01cefe772edba8723e2c09a8888f (diff) |
distv0.8.2
-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 |