Description
Makefiles can be generated automatically from the files already present in a directory. It is useful for small projects where developers want a quick starting point for build automation.
Generated build files may not match every project convention. Review the Makefile before running it, especially when it will compile or delete files.