With make, object files *.o are always created in the source code src directory instead of being created in the build directory. The command make clean does not remove them, so they must be removed manually. This should also be done before compilation in case of configuration changes.
With make, object files *.o are always created in the source code src directory instead of being created in the build directory. The command make clean does not remove them, so they must be removed manually. This should also be done before compilation in case of configuration changes.