Skip to content

Commit f876a90

Browse files
committed
whitespace
1 parent 73b389c commit f876a90

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ setup: # Initialize and configure all dependencies (submodules, patches, etc.)
9898
fi
9999
@echo "Applying whisper.cpp patches..."
100100
@export TMPDIR=$$(pwd)/o/tmp && ./whisper.cpp.patches/apply-patches.sh
101-
101+
102102
@if [ ! -f stable-diffusion.cpp/.git ]; then \
103103
echo "Initializing stable-diffusion.cpp submodule..."; \
104104
git submodule update --init stable-diffusion.cpp; \
105105
fi
106-
@echo "Applying stable-diffusion.cpp patches..."
107-
@export TMPDIR=$$(pwd)/o/tmp && ./stable-diffusion.cpp.patches/apply-patches.sh
108-
109-
@if [ ! -f llama.cpp/.git ]; then \
110-
echo "Initializing llama.cpp submodule..."; \
111-
git submodule update --init llama.cpp; \
112-
fi
106+
@echo "Applying stable-diffusion.cpp patches..."
107+
@export TMPDIR=$$(pwd)/o/tmp && ./stable-diffusion.cpp.patches/apply-patches.sh
108+
109+
@if [ ! -f llama.cpp/.git ]; then \
110+
echo "Initializing llama.cpp submodule..."; \
111+
git submodule update --init llama.cpp; \
112+
fi
113113
@echo "Applying llama.cpp patches..."
114114
@export TMPDIR=$$(pwd)/o/tmp && ./llama.cpp.patches/apply-patches.sh
115115
@echo "Setup complete!"

0 commit comments

Comments
 (0)