over.core is mostly working

This commit is contained in:
Overwatch 2014-08-13 00:19:54 +02:00
parent 5baa9b75d0
commit 0df57ad386
23 changed files with 1528 additions and 1039 deletions

View file

@ -3,7 +3,7 @@
for dir in ag core m serial
do
echo "Building in ${dir}"
echo "Building Cython implementations in ${dir}"
cd "$dir"
./build.sh
cd ..