The makefile that was generated would be a starting point.

You might need to edit it to take into account that you have
src/*.cpp
src/*.h
Debug/Makefile

So that there is also a compatible makefile in your source directory as well.

You test it by opening a console window, changing directory to src, and typing 'make'