aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-08-30 16:58:07 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-08-30 16:58:07 +0200
commitd3f0841cfdd229ff16b8a230117737a435fc7a56 (patch)
tree37b2fc040f0a8b72cb0590a5fb1a035c8f6344cc /Makefile
parent12830ecc2770cf63042f35e208899efabff6fd44 (diff)
downloadsebastiano.tronto.net-d3f0841cfdd229ff16b8a230117737a435fc7a56.tar.gz
sebastiano.tronto.net-d3f0841cfdd229ff16b8a230117737a435fc7a56.zip
Remove 'hosted at'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8914304..a28df8e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1DEST="sebastiano@tronto.net:/var/www/htdocs/sebastiano.tronto.net" 1DEST="sebastiano@new.tronto.net:/var/www/new.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
@@ -11,6 +11,6 @@ clean:
11deploy: synchttp 11deploy: synchttp
12 12
13synchttp: 13synchttp:
14 ${RSYNC} -rv --delete --rsync-path=openrsync http/ ${DEST} 14 ${RSYNC} -rv --delete http/ ${DEST}
15 15
16.PHONY: all clean deploy synchttp 16.PHONY: all clean deploy synchttp

Generated with cgit - Back to sebastiano.tronto.net