Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
make is a utility that automatically builds executable programs and libraries from source code by reading files called Makefiles which specify how to derive the target program [1].
In Qt Creator, the call to make can be changed in the projects' Build Settings. make is one of the Build Steps.
The default call to make is the following:
make -w in /MyFolder-build-desktop |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.