[NEW] Makefile to clean cache without restart
This commit is contained in:
parent
c977c0105d
commit
1d0de44fa6
1 changed files with 2 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
clean:
|
||||
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf
|
||||
Loading…
Add table
Reference in a new issue