projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve make clean
[linpy.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
687d36b
..
e38f79b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-25,5
+25,5
@@
test: build
.PHONY: clean
clean:
.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)