Ver a proveniência

[NEW] Makefile to clean cache without restart

version-14
Achilles Rasquinha há 7 anos
ascendente
cometimento
1d0de44fa6
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Ver ficheiro

@@ -0,0 +1,2 @@
clean:
find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf

Carregando…
Cancelar
Guardar