good first issue
Repository metrics
- Stars
- (1,290 stars)
- PR merge metrics
- (PR metrics pending)
Description
Borrow from here - https://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects/
Some articles to read
- https://earthly.dev/blog/python-makefile/
- https://medium.com/aigent/makefiles-for-python-and-beyond-5cf28349bf05
- https://stackabuse.com/how-to-write-a-makefile-automating-python-setup-compilation-and-testing/
Here's what Kenneth Reitz has to say about Makefile:

- an example of a Makefile from pipenv - https://github.com/pypa/pipenv/blob/main/Makefile
Gnu's Make and Python
