help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to make "gmake" recompile the files based on their dependencies'


From: Stephan Beal
Subject: Re: how to make "gmake" recompile the files based on their dependencies' modified time
Date: Fri, 3 Oct 2008 08:55:14 +0200

On Fri, Oct 3, 2008 at 8:00 AM, parth <address@hidden> wrote:
> all: $(DEPENDENCIES) $(PROGRAM).cc
>        g++ Maze.o Astar.cc -o $(PROGRAM)

See "Paul's 2nd Rule of Makefiles":

http://make.paulandlesley.org/rules.html#rule2


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]