|
|
|
|
|
by zvr
960 days ago
|
|
The issue is that make(1) has lots of functionality... none of which is present here. In other words, make(1) does a lot of things, one of which is to run shell commands. If this the only thing you care about and your project offers, it would be better expressed as "Pythonic way to run commands" or something, with no mention of make. |
|