[NEW] Makefile to clean cache without restart

This commit is contained in:
Achilles Rasquinha 2018-03-08 15:17:39 +05:30
parent c977c0105d
commit 1d0de44fa6

2
Makefile Normal file
View file

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