Re: Makefile question -- one comoand makes two files.

2006-08-25 Thread hendrik
On Fri, Aug 25, 2006 at 03:36:54AM -0500, Mumia W. wrote: > On 08/24/2006 11:29 PM, [EMAIL PROTECTED] wrote: > >Let's say that the comoand > > chop onion > >makes two files, tears and pieces > > > >How do I describe this in a Makefile? > > > >-- hendrik > > > > > > In gmake this should work: >

Re: Makefile question -- one comoand makes two files.

2006-08-25 Thread Mumia W.
On 08/24/2006 11:29 PM, [EMAIL PROTECTED] wrote: Let's say that the comoand chop onion makes two files, tears and pieces How do I describe this in a Makefile? -- hendrik In gmake this should work: tears pieces : chop onion -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w