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