From 1771f788a5b9e844f0a5315faee104648e3b7d88 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 31 Jan 2023 18:19:40 +0100 Subject: Fix build of v1.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0a4b31..27b9a6c 100755 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ dist: clean rm -rf $(PROJECTNAME)-$(VERSION) ls -l ../$(PROJECTNAME)-$(VERSION).tar.xz -upload: +upload: dist scp ../$(TGZNAME) antcom.de:/var/www/reichwein.it-download/ scp -r result antcom.de: scp -r remote-install.sh antcom.de: -- cgit v1.2.3