Re: conveniences

2001-09-14 Thread Simon Cozens
On Fri, Sep 14, 2001 at 12:33:37PM -0400, Rocco Caputo wrote: > The attached assemble.diff has assemble.pl look in its parent > directory if the data files it needs aren't in the current one. This > lets me camp out in t/ and assemble stuff over and over. > > The attached Makefile goes in the t/

conveniences

2001-09-14 Thread Rocco Caputo
The attached assemble.diff has assemble.pl look in its parent directory if the data files it needs aren't in the current one. This lets me camp out in t/ and assemble stuff over and over. The attached Makefile goes in the t/ directory. It lets me reassemble files by invoking "make test.pbc". -