aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
blob: 7a7d2ad679e256768e2c3e236b51f21ecfa2b253 (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 ./ carpet@carpetcode.dyndns.org:www.carpetcode.org/htdocs
	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

.PHONY: all sync