aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
blob: fbbe2dcaf4019753880793fd53568d01943a887f (plain)
1
2
3
4
5
6
all:

sync:
	rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs

.PSEUDO: all sync