hi! What is makefile? How does it work? Is it done in the terminal? I am using Unix OS
squinx22 -3 Junior Poster in Training
Recommended Answers
Jump to Post>What is makefile?
Basically a list of instructions sent to the compiler/linker, including things such as the files to compile, paths, libraries, etc. You don't need one, but it sure beats typing out a long command everytime you want to compile your project.>How does it work?
On *nix …
All 4 Replies
John A 1,896 Vampirical Lurker Team Colleague
squinx22 -3 Junior Poster in Training
John A 1,896 Vampirical Lurker Team Colleague
palashjhabak 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.