all : lib.zip - find . | grep -v .*\.svn.* | zip -f lib.zip -@ svn commit -m "new zip" lib.zip : find . | grep -v .*\.svn.* | zip lib.zip -@