Browse Source

[NEW] Makefile to clean cache without restart

version-14
Achilles Rasquinha 7 years ago
parent
commit
2496a5de32
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@@ -1,2 +1,4 @@
BASEDIR := $(realpath .)

clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf

Loading…
Cancel
Save