Following an installation guide, I saw this make command: "sudo make all -j8"
I tried google linux make commands but I can never find any documentation on -j8 in the make command
what on earth does -j8 mean here? why don't we just use "sudo make all" instead of "sudo make all -j8" ???