projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f52000
)
Improve make clean
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 16:14:45 +0000
(18:14 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Wed, 25 Jun 2014 16:14:45 +0000
(18:14 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)