From 8909facce3d903a260f71ed0edb2ddfc87bfc128 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sat, 28 Oct 2023 15:40:46 +0800 Subject: [PATCH] add clean option --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54bf6ba..e5c6985 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,8 @@ -install: +clean: + rm -rf build csst_proto.egg-info + rm -rf .coverage .pytest_cache + +install: clean pip install . rm -rf build csst_proto.egg-info -- GitLab