projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab9132
)
update clean target in makefile
author
Lisandro Dalcin
<dalcinl@gmail.com>
Sat, 20 Dec 2008 16:38:55 +0000
(13:38 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Sat, 20 Dec 2008 16:38:55 +0000
(13:38 -0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5269044897914c96bef9e2d1b90de59a1a937363..d6aa5601c9ed254c799d003cf5e4312dc0b1cb77 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,7
+11,10
@@
clean:
@rm -f *.pyc */*.pyc */*/*.pyc
@rm -f *~ */*~ */*/*~
@rm -f core */core
- @rm -f Cython/Plex/Scanners.{so,pyd}
+ @rm -f Cython/Compiler/Parsing.{c,so,pyd}
+ @rm -f Cython/Compiler/Scanning.{c,so,pyd}
+ @rm -f Cython/Compiler/Visitor.{c,so,pyd}
+ @rm -f Cython/Plex/Scanners.{c,so,pyd}
@(cd Demos; $(MAKE) clean)
testclean: