aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-21 11:14:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-21 11:14:32 +0200
commitdbbe363116f081dbd8f1c113439eeb3e949f8a1a (patch)
treef9cb75afc6da13fcb4ea741d9c8f6600680e6e02 /Makefile
parent22c4f3e4220bf6c71c54f9e2f23d90a53a818b53 (diff)
downloadsebastiano.tronto.net-dbbe363116f081dbd8f1c113439eeb3e949f8a1a.tar.gz
sebastiano.tronto.net-dbbe363116f081dbd8f1c113439eeb3e949f8a1a.zip
Fixed makefile username for ssh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63cd48b..8914304 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net" 1DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net"
2RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync) 2RSYNC=$$( (command -V rsync 2>&1 > /dev/null && echo rsync) || echo openrsync)
3 3
4all: clean 4all: clean

Generated with cgit - Back to sebastiano.tronto.net