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 |
What is ps command in linux?
What does free command do in linux?
How did you do the Health check in Linux?
What is the gcc command?
What is clang llvm?
What does uname do in linux?
How do you sort cpu in top command?
Write a command to find all of the files which have been accessed within the last 30 days.
What is difference between free and available memory in linux?
I want to see how many interfaces(ethernet cards) are working using single command?
What is the pwd command?
Why ls -F dev/log file output indicate as = sign at end of the file name?