restore 2 files with documentation links
This commit is contained in:
parent
ee7a0c27d4
commit
f70edb8182
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
|
||||||
|
make BINARY=32 CC=gcc FC=gfortran
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo " Please read https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio "
|
||||||
|
make BINARY=64 CC=gcc FC=gfortran
|
Loading…
Reference in New Issue