aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 06441fcd2f0bb5ed5ff731457d4b6b3283c0dff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEST="tronto.net:/var/www/htdocs/sebastiano.tronto.net"

all: clean
	./build.sh

clean:
	mkdir -p http
	rm -r http

deploy: all
	rsync -rv --delete --rsync-path=openrsync http/ ${DEST} || \
	openrsync -rv --delete --rsync-path=openrsync http/ ${DEST}

.PHONY: all clean deploy

Generated with cgit - Back to sebastiano.tronto.net