all:
	echo All up to date.  Try "make release"?

release:
	tar -cf - . | (cd ~/dreamhost/gtoal.com/ecce; tar -xvf - .)
