summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-31 18:19:40 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-31 18:19:40 +0100
commit1771f788a5b9e844f0a5315faee104648e3b7d88 (patch)
tree6ed215805b1654060ef7ae4ad939fed306b1be58 /Makefile
parent8d1b4f06375bf676c5cf825ba4b116271f3d44c5 (diff)
Fix build of v1.5
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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: