aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-04-29 13:53:12 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-04-29 13:53:12 +0300
commit305eb5afd51325e3142c01c17431febb7c67de87 (patch)
tree665b8e4242ad868fdb4eb474b3163bf0bbcca1ee /Makefile
parent84ca9c2ecf3391d911589d0fe2b483cbfb4b82a6 (diff)
build : fix reference to old llama_util.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a1cb3e..fd695d7 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ $(info )
ggml.o: ggml.c ggml.h ggml-cuda.h
$(CC) $(CFLAGS) -c $< -o $@
-llama.o: llama.cpp ggml.h ggml-cuda.h llama.h llama_util.h
+llama.o: llama.cpp ggml.h ggml-cuda.h llama.h llama-util.h
$(CXX) $(CXXFLAGS) -c $< -o $@
common.o: examples/common.cpp examples/common.h