|
-
January 5th, 2009, 09:27 PM
#1
Problem in Makefile
Hi Guys,
I have a couple of problems in understanding make file.
1. What is the difference when I say
OBJECTS = allocate.o auxiliary.o crossover.o
OBJECTS := allocate.o auxiliary.o crossover.o
2. When I write
all: main
why does makefile execute the other targets though all: does not have any command. What does the dependence main mean for all:
Looking forward for your reply.
Cracker Wizard
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|