remove unnecessary makefile commands and fix blas on mac

This commit is contained in:
kennyfrc
2020-12-12 23:39:42 +08:00
committed by nodchip
parent 9c65e868f9
commit f4b4430380
2 changed files with 7 additions and 30 deletions

View File

@@ -44,12 +44,12 @@ brew install openblas
2. Go to src then build using the makefile
```
cd src
make learn ARCH=x86-64 COMP=gcc
make build ARCH=x86-64 COMP=gcc blas=yes
```
or
```
cd src
make profile-learn ARCH=x86-64 COMP=gcc
make profile-build ARCH=x86-64 COMP=gcc blas=yes
```
## Training Guide