Python Makefile Code

Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash:
The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,… Read more

Similar