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