projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8254671
)
Fix make clean
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Sat, 23 Aug 2014 07:44:50 +0000
(09:44 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Sat, 23 Aug 2014 07:44:50 +0000
(09:44 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
8da4079
..
9b6366b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,6
+33,6
@@
view_doc: doc
.PHONY: clean
clean:
.PHONY: clean
clean:
- $(RM) build dist MANIFEST venv
$(NAME)
.egg-info $(NAME)/_islhelper.*.so
+ $(RM) build dist MANIFEST venv
LinPy
.egg-info $(NAME)/_islhelper.*.so
find . -name __pycache__ | xargs $(RM)
$(MAKE) -C doc $@
find . -name __pycache__ | xargs $(RM)
$(MAKE) -C doc $@