On Fri, Oct 3, 2008 at 8:00 AM, parth <[EMAIL PROTECTED]> 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/ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
