aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
blob: 9084ecc97d64d89570352693a65964b6e4637b01 (plain)
1
2
3
4
5
6
7
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
	rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded ./ carpet@carpetcode.dyndns.org:www.carpetcode.org/htdocs

.PSEUDO: all sync