Mercurial > code > home > repos > light9
diff show/dance2012/makefile @ 754:3444b2b425cf
switch makefile to old system
Ignore-this: d247e496da3b894f9348d9b6b11180dd
author | drewp@bigasterisk.com |
---|---|
date | Fri, 15 Jun 2012 22:06:48 +0000 |
parents | 62f99e2a00ac |
children |
line wrap: on
line diff
--- a/show/dance2012/makefile Fri Jun 15 22:06:07 2012 +0000 +++ b/show/dance2012/makefile Fri Jun 15 22:06:48 2012 +0000 @@ -1,2 +1,2 @@ patch.n3: patch-source.n3 patch-rules.n3 - /usr/bin/cwm patch-source.n3 --filter=patch-rules.n3 --n3=/ > patch.n3 + python2.6 `which cwm` patch-source.n3 --filter=patch-rules.n3 --n3=/ > patch.n3