default: clean up up: rsync -rvHapP . b.23.nu:virthost/c0re.23.nu/htdocs/c0de/dports-dev --delete clean: find . -path '*/work' -type d | xargs rm -Rf find . -type f -name '*~' -print -delete