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

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

.PSEUDO: all sync