Explorar el Código

[NEW] Makefile to clean cache without restart

version-14
Achilles Rasquinha hace 7 años
padre
commit
2496a5de32
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile Ver fichero

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

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

Cargando…
Cancelar
Guardar