From 2496a5de32377457174c9d0f02884d5661aaea5f Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Thu, 8 Mar 2018 15:18:32 +0530 Subject: [PATCH] [NEW] Makefile to clean cache without restart --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 675c2fbaa1..44a7d2fd59 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +BASEDIR := $(realpath .) + clean: find $(BASEDIR) | grep -E "__pycache__|\.pyc" | xargs rm -rf \ No newline at end of file