Skip to content

Commit c329de2

Browse files
authored
Update Makefile
1 parent 1872339 commit c329de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ endif
131131
endif
132132

133133
libs :
134-
ifeq ($(CORE), UNKOWN)
134+
ifeq ($(CORE), UNKNOWN)
135135
$(error OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.)
136136
endif
137137
ifeq ($(NOFORTRAN), 1)

0 commit comments

Comments
 (0)