Skip to content

Commit 06d9068

Browse files
committed
copy the metal file to root dir as well
1 parent 0fc18d2 commit 06d9068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ ifdef LLAMA_METAL
274274
ggml-metal.o: ggml/src/ggml-metal.m ggml/include/ggml-metal.h
275275
@echo "== Preparing merged Metal file =="
276276
@sed -e '/#include "ggml-common.h"/r ggml/src/ggml-common.h' -e '/#include "ggml-common.h"/d' < ggml/src/ggml-metal.metal > ggml/src/ggml-metal-merged.metal
277+
@cp ggml/src/ggml-metal-merged.metal ./ggml-metal-merged.metal
277278
$(CC) $(CFLAGS) -c $< -o $@
278279
endif # LLAMA_METAL
279280

0 commit comments

Comments
 (0)