Adds $(OUTPUT) files to `make clean` target...Modifies the `make clean` target so that output binaries
bin/gemma and/or bin/gemmaf will be removed so that they
will definitely be rebuilt after `make clean`
Joshua Randall
2014-10-30
Fixes dynamic compilation...Fixes dynamic compilation on systems where -lblas is required
for symbols such as `dgemm_`