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

clean:
	rm -r http

deploy:
	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