aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b14b77f3f34caa6346403d254fb559105d6ecede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: clean
	./build.sh

clean:
	mkdir -p http
	rm -r http

deploy: all
	rsync -rv --delete --rsync-path=openrsync \
		http/ tronto.net:/var/www/htdocs/sebastiano.tronto.net

.PHONY: all clean deploy

Generated with cgit - Back to sebastiano.tronto.net