This replaces the manual CMake invocations, as the project now will
build code generator tools in a first stage build to enable fuzzing
generated code too.
* serenity: Build using ninja instead of make
It has a better default -j, which means local builds are much faster.
Also, the output is more pleasant to look at.
* serenity: Add bugaevc as requested on #4738