From: "Ya'qub" Newsgroups: comp.os.msdos.djgpp Subject: How to force make to recompile? Date: Wed, 27 Jan 1999 10:17:24 -0000 Lines: 9 X-Newsreader: Microsoft Outlook Express 4.72.3115.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 193.123.236.199 Message-ID: <36aee665.0@nnrp1.news.uk.psi.net> X-Trace: 27 Jan 1999 10:11:49 GMT, 193.123.236.199 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, Compilation in my makefile depends on several switches that I define in the makefile. However, if I decde to edit the makefile and add a new switch, when I run make it says that the executable is up to date. How can I force make to rebuild everything since now there is a new set of compilation switches that I want? Thanks Ya'qub