Skip to content

Commit

Permalink
make : ggml-metal.o depends on ggml.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 15, 2024
1 parent 753e36f commit 131b058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ endif
endif # LLAMA_METAL

ifdef LLAMA_METAL
ggml-metal.o: ggml-metal.m ggml-metal.h
ggml-metal.o: ggml-metal.m ggml-metal.h ggml.h
$(CC) $(CFLAGS) -c $< -o $@

ifdef LLAMA_METAL_EMBED_LIBRARY
Expand Down

0 comments on commit 131b058

Please sign in to comment.