Date: Wed, 18 Feb 1998 10:16:14 +0200 (IST) From: Eli Zaretskii To: DeHackEd cc: djgpp AT delorie DOT com Subject: Re: Makefile In-Reply-To: <#0aF2HyO9GA.198@upnetnews02.moswest.msn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Feb 1998, DeHackEd wrote: > And for the sake of it (I do it, but you may not), put .exe on the > end of your "luth" references. This will make sure you get a .EXE > file, and makes non-gcc users know what the output is to be. This advice is okay only if the Makefile will *never* need to work on a Unix system. Otherwise, omitting the .exe suffix is better, since it will work in both DJGPP and Unix.