commit 2a35c323941b9a2c53c900c1e1bbf523ffef167b
parent 1bce72ce659f7ec739fdb88806a2fcc5aa21c875
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 21 Jan 2023 17:07:41 +0100
-only use 'dist' for sources
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,7 +1,6 @@
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
@@ -17,10 +16,6 @@ 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