2 lines
No EOL
68 B
Makefile
2 lines
No EOL
68 B
Makefile
clean:
|
|
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf
|