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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38474
Commits
1
Branch
314 MiB
Tree:
f7e00633b9
version-14
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f7e00633b9'
${ noResults }
frappe
/
Makefile
Makefile
99 B
Raw
Normal View
History
[NEW] Makefile to clean cache without restart
7 years ago
[NEW] Makefile to clean cache without restart
7 years ago
1
2
3
4
BASEDIR := $(realpath .)
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf