aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-14 17:36:51 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-14 17:36:51 +0100
commit5ed505e280c6c6a7459bb2e4249313fa65df052f (patch)
tree7bcd1417ef01423740f623be5e7a61007f9e79c5 /Makefile
parent0ece949b176312dd7b9a2305892acc8f013a0e67 (diff)
parent0c2a1363f154be65c20dc5dc42c0a41f7caf8da9 (diff)
downloadsebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.tar.gz
sebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.zip
Merge branch 'master' of tronto.net:sebastiano.tronto.net
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