Skip to content

Commit ee7daa2

Browse files
committed
make : fix incorrect indentation
This is a variable assignment, not part of one of the above rules.
1 parent 1093e99 commit ee7daa2

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
@@ -320,7 +320,7 @@ k_quants.o: k_quants.c k_quants.h
320320
endif # LLAMA_NO_K_QUANTS
321321

322322
ifdef LLAMA_DISABLE_LOGS
323-
MK_CPPFLAGS += -DLOG_DISABLE_LOGS
323+
MK_CPPFLAGS += -DLOG_DISABLE_LOGS
324324
endif # LLAMA_DISABLE_LOGS
325325

326326
# combine build flags with cmdline overrides

0 commit comments

Comments
 (0)