RSSAmplifier

Andriy Utkin · Oct 28, 2024

Python Makefile

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

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, set it to that. 
 
 Now, there are lots of articles and discussions purporting to discuss a “Python…

Read on /2024/python-makefile/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.