Skip to content

Commit 15e3325

Browse files
committed
fix(makefile): replace tab with spaces
1 parent 428a179 commit 15e3325

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ test: $(TARGET)
194194

195195
# Build submodules
196196
ifeq ($(PLATFORM),windows)
197-
ARGS = --parallel $(CPUS)
197+
ARGS = --parallel $(CPUS)
198198
else
199-
ARGS = -- -j$(CPUS)
199+
ARGS = -- -j$(CPUS)
200200
endif
201201
build/llama.cpp.stamp:
202202
cmake -B $(BUILD_LLAMA) $(LLAMA_OPTIONS) $(LLAMA_DIR)

0 commit comments

Comments
 (0)