Avoid rebuilding CBLAS library and examples
authorKyle Guinn <elyk03@gmail.com>
Mon, 23 Jan 2017 01:39:13 +0000 (19:39 -0600)
committerKyle Guinn <elyk03@gmail.com>
Mon, 23 Jan 2017 01:39:13 +0000 (19:39 -0600)
commit3442a58f55673f74ab93f018f3c012532d45de35
tree8329ab4ed76c2ea4e09e6e843db44da0fb9c6c9d
parentbf47acfddcf6f30e338f7fa05de5ac67c2b588ff
Avoid rebuilding CBLAS library and examples

Use targets that are actual filenames so that make can determine if the
target is already up-to-date.

Since $(CBLASLIB) is a relative path, delete it from a Makefile at the
right depth.
.gitignore
CBLAS/Makefile
CBLAS/examples/Makefile
CBLAS/src/Makefile