This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[NEW] Makefile to clean cache without restart
version-14
Achilles Rasquinha
7 years ago
parent
1d0de44fa6
commit
2496a5de32
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@@ -1,2 +1,4 @@
BASEDIR := $(realpath .)
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf
Write
Preview
Loading…
Cancel
Save