allpy
diff Makefile @ 875:49a5eac1177b
Compiling blocks3d-wt is the almost last target in the Makefile (this is the most optional item after running tests)
author | Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru> |
---|---|
date | Thu, 15 Sep 2011 15:42:37 +0400 |
parents | 60fd4c001ad9 |
children | 353904909f79 |
line diff
1.1 --- a/Makefile Fri Jul 29 20:59:28 2011 +0400 1.2 +++ b/Makefile Thu Sep 15 15:42:37 2011 +0400 1.3 @@ -1,4 +1,4 @@ 1.4 -all: codes blocks3d-wt blocks3d-www pair-cores-www tests 1.5 +all: codes blocks3d-www pair-cores-www blocks3d-wt tests 1.6 1.7 tests: 1.8 PYTHONPATH=$(shell pwd) nosetests --with-doctest \