projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix make clean
[linpy.git]
/
Makefile
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 $@