diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-31 18:19:40 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-31 18:19:40 +0100 |
commit | 1771f788a5b9e844f0a5315faee104648e3b7d88 (patch) | |
tree | 6ed215805b1654060ef7ae4ad939fed306b1be58 /Makefile | |
parent | 8d1b4f06375bf676c5cf825ba4b116271f3d44c5 (diff) |
Fix build of v1.5
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |