make push or make pull
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 18 Aug 2009 14:30:51 +0000 (14:30 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 18 Aug 2009 14:30:51 +0000 (14:30 +0000)
couchdb/Makefile

index 3be7d5c..04704b1 100644 (file)
@@ -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 {}