Improve make clean
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 16:14:45 +0000 (18:14 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 16:14:45 +0000 (18:14 +0200)
Makefile

index 687d36b..e38f79b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,5 @@ test: build
 
 .PHONY: clean
 clean:
-       $(RM) build dist MANIFEST venv $(NAME).egg-info
-       $(RM) $(NAME)/_islhelper.*.so $(NAME)/__pycache__ $(NAME)/tests/__pycache__
+       $(RM) build dist MANIFEST venv $(NAME).egg-info $(NAME)/_islhelper.*.so
+       find . -name __pycache__ | xargs $(RM)