summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-21 17:07:41 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-21 17:07:41 +0100
commit2a35c323941b9a2c53c900c1e1bbf523ffef167b (patch)
tree9a0779d3d57261f36c20fa7114b5a3b69af7e017 /Makefile
parent1bce72ce659f7ec739fdb88806a2fcc5aa21c875 (diff)
downloadlibeufin-2a35c323941b9a2c53c900c1e1bbf523ffef167b.tar.gz
libeufin-2a35c323941b9a2c53c900c1e1bbf523ffef167b.tar.bz2
libeufin-2a35c323941b9a2c53c900c1e1bbf523ffef167b.zip
-only use 'dist' for sources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c13ae31d..51ec2ca6 100644
--- 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