From eea303c2d16de8859f9c5addec46d3f864e6bb52 Mon Sep 17 00:00:00 2001 From: ajfriend Date: Sat, 9 Mar 2024 15:17:15 -0800 Subject: [PATCH] remove the .so files --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 7e4e0716..31b47cb5 100644 --- a/makefile +++ b/makefile @@ -24,6 +24,7 @@ clear: -@find . -type d -name '__pycache__' | xargs rm -r -@find . -type d -name '*.egg-info' | xargs rm -r -@find . -type f -name '*.pyc' | xargs rm -r + -@find . -type f -name '*.so' | xargs rm -r -@find . -type d -name '*.ipynb_checkpoints' | xargs rm -r -@find ./tests -type f -name '*.c' | xargs rm -r