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