aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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