projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9695711
)
removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box...
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 28 Jul 2010 08:17:05 +0000
(10:17 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 28 Jul 2010 08:17:05 +0000
(10:17 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3b0d3cf61cdeae9974dc0f01dbd52d8f6d0d7483..c0b74e7ba8da5bc048e25deb97e13d3b83ff129e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-38,9
+38,5
@@
testclean:
test: testclean
${PYTHON} runtests.py -vv
-test3: testclean
- ${PYTHON} runtests.py --no-cleanup
- python3.0 runtests.py -vv --no-cython
-
s5:
$(MAKE) -C Doc/s5 slides