What is a makefile in c?



What is a makefile in c?..

Answer / Nitesh Arya

A Makefile in C (or any other programming language) is a file that contains instructions for the `make` utility to automate the build process of a software project. It describes how source files are compiled, linked, and any dependencies among them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

What is ps command in linux?

1 Answers  


What does free command do in linux?

1 Answers  


How did you do the Health check in Linux?

1 Answers   Mind Tree,


What is the gcc command?

1 Answers  


What is clang llvm?

1 Answers  


What does uname do in linux?

1 Answers  


How do you sort cpu in top command?

1 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

8 Answers   Mphasis, TCS,


What is difference between free and available memory in linux?

1 Answers  


I want to see how many interfaces(ethernet cards) are working using single command?

8 Answers  


What is the pwd command?

1 Answers  


Why ls -F dev/log file output indicate as = sign at end of the file name?

5 Answers   HCL, IBM,


Categories