I want to compile some source files with gcc. To do that I have a make based build flow. Normally I speedup the build with the make -j ... command to enable parallel jobs. I cre