Update Makefile
authorTiborGY <gyori.tibor@stud.u-szeged.hu>
Fri, 28 Dec 2018 13:35:41 +0000 (14:35 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Dec 2018 13:35:41 +0000 (14:35 +0100)
Makefile

index d42f9b8..21096f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ endif
 endif
 
 libs :
-ifeq ($(CORE), UNKOWN)
+ifeq ($(CORE), UNKNOWN)
        $(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
 endif
 ifeq ($(NOFORTRAN), 1)