Score: Positive
General Comment:
Nice. Does this also fix the issue with it building both c++ and c sources?
For more information:
http://code.google.com/p/pysph/source/detail?r=6ff1115d9bd9011426da74a55de6d1d227e69191
General Comment:
yes, that issue was due to makefile still building c files.
Now make simply calls 'setup.py build_ext --inplace' by default
Annotated html files are not generated by default now, 'make annotate'
needs to be called explicitly