diff --git a/Makefile b/Makefile index 54bf6ba3a6321c6c4dfe8f5f66bfc57c0f196ddb..e5c69850569f496331556e5e3b5678782d583f77 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