Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE360D0A7@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Help: How do I compile only 1 program from Allegro's Makefile? Date: Mon, 8 Mar 1999 10:32:06 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Dave Nugent writes: > Is there a way to figure out what command line to use if you want to > make only 1 file from the allegro makefile? "make dat". See "info allegro debug" for more info, and the make documentation, "info make". > I made some changes to DAT.C, and want to know how to compile from > the command line.. Please don't do that, because I can guarantee you will have a lot of trouble finding all the required options. Use make: that is what it is there for! Shawn Hargreaves.