> Anyone know of any stand-alone, good make utility ? GNU make is free. Also search simtel archives. I think that NMAKE is not such a good idea. M$ has a way of doing things their own way (and not documenting more than 50% of it). Just my opinion. I use GNU make (the DJGPP version) to build under DOS for mcs51 and pic. Also GNU make under Linux for same. It will work in windows. Another make utility is from Borland. If you have any one of their compiler packages then you have it. Anyway in your example, there is only one goal (by default, the first one). So to make them both add a goal like: all: first_product 2nd_product ... at the start of the makefile Peter -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body