#!/bin/sh
if ! test -e bin; then cd src;
else  cd bin;
fi;
make install
cd ..
