You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File Makefile in main directory of project should be visible in section "Project Files" not in "Sources".
There is no smooth way to achieve this. A Makefile is not really a Python related file i would say. I could hard code this but not very a good solution
I will agree with the argument that this can be a difficult task but make is a one of the oldest process management tools for projects and it would be good to include it.
I've been using make for decades to automate various processes from compiling code in C/C++ to creating documents in TeX. For managing small projects in Python, it works for me, too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Continuation of submission #90
I will agree with the argument that this can be a difficult task but
make
is a one of the oldest process management tools for projects and it would be good to include it.I've been using make for decades to automate various processes from compiling code in C/C++ to creating documents in TeX. For managing small projects in Python, it works for me, too.
Take a peek at two articles on this topic:
Creating a Python Makefile
Makefiles for Python and beyond
Beta Was this translation helpful? Give feedback.
All reactions