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
Hello,
could you share some examples how should I write commands like deleting pycache folder in Makefile that are recognizable by pymake?
I tried with : rmdir -r __pycache__
and a lot of different variations but it failed.
I am using Window 10, py3.8, pymake v0.1.1
The text was updated successfully, but these errors were encountered:
Hello,
could you share some examples how should I write commands like deleting pycache folder in Makefile that are recognizable by pymake?
I tried with :
rmdir -r __pycache__
and a lot of different variations but it failed.
I am using Window 10, py3.8, pymake v0.1.1
The text was updated successfully, but these errors were encountered: