--- couchdb/Makefile 2009/08/18 14:30:06 252 +++ couchdb/Makefile 2009/08/18 14:30:51 253 @@ -1,5 +1,5 @@ all: - echo "make pull" + @echo "make (push|pull)" -pull: - find . -maxdepth 1 -type d | grep / | cut -d/ -f2 | xargs -i ./design-couch.pl pull pxelator {} +%: + find . -maxdepth 1 -type d | grep / | cut -d/ -f2 | xargs -i ./design-couch.pl $* pxelator {}