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

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

.PSEUDO: all sync