aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 95a2512cd74f594c1ac77feb6a98b513eeb8e681 (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