X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/8feb7c96080be961182c115f4255f70b6b933be5..9abd4c9f6c5c21360758489863de42c9b60756a4:/Makefile diff --git a/Makefile b/Makefile index f2f5e9c..e38f79b 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,5 @@ test: build .PHONY: clean clean: - $(RM) build dist MANIFEST venv - $(RM) $(NAME).egg-info $(NAME)/_isl.*.so $(NAME)/__pycache__ - $(RM) tests/__pycache__ + $(RM) build dist MANIFEST venv $(NAME).egg-info $(NAME)/_islhelper.*.so + find . -name __pycache__ | xargs $(RM)