As we all know (at least all Linux programmers know that), in the Linux world some of the software configuration and/or compilation requires invocation of one or more Makefile targets by using the make command. If we talk about simple targets, like copy something here, overwrite file there, the actual execution is pretty fast. However, when we talk about source code compilation, the overall process can take forever. So, can we make make to work faster?