Makefile cheat sheet Mostly geared towards GNU make I've used ->| to indicate a tab character, as it's clearer to read than ⇥ Set a target, its dependencies and the commands to execute in order target: [dependencies] ->|