Date: Fri, 23 Feb 1996 07:43:14 -0500 From: dj (DJ Delorie) Message-Id: <199602231243.HAA23833@delorie.com> To: j DOT aldrich6 AT genie DOT com CC: djgpp AT delorie DOT com In-reply-to: <199602230223.AA222662211@relay1.geis.com> (j.aldrich6@genie.com) Subject: Re: Using GNU make (AHHHHHHH!) > But what if I don't want it to make the .exe file? I have a large program for > which I would rather have the coff format file than the executable, and I hate > having to delete it each time I run make. How do you tell gcc to suppress > creating the .exe? You could temporarily edit the lib/specs file, but be careful to leave it in unix text mode (use dtou on it).