Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
anoopmb
/
frappe
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
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
Commitit
1
Haara
314 MiB
Puu:
f7e00633b9
version-14
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from 'f7e00633b9'
${ noResults }
frappe
/
Makefile
Makefile
99 B
Raaka
Normaali näkymä
Historia
[NEW] Makefile to clean cache without restart
7 vuotta sitten
[NEW] Makefile to clean cache without restart
7 vuotta sitten
1
2
3
4
BASEDIR := $(realpath .)
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf