[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



On 08/24/2006 11:29 PM, hendrik@topoi.pooq.com 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




Reply to: