[NEW] Makefile to clean cache without restart

This commit is contained in:
Achilles Rasquinha 2018-03-08 15:18:32 +05:30
parent 1d0de44fa6
commit 2496a5de32

View file

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