llama : split unicodedata.cpp from unicode.cpp
This commit is contained in:
parent
b80c0af078
commit
e5ddf2fcdd
5 changed files with 1430 additions and 1404 deletions
2
Makefile
2
Makefile
|
@ -663,7 +663,7 @@ ggml-backend.o: ggml-backend.c ggml.h ggml-backend.h
|
|||
ggml-quants.o: ggml-quants.c ggml.h ggml-quants.h ggml-common.h
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
unicode.o: unicode.cpp unicode.h
|
||||
unicode.o: unicode.cpp unicodedata.cpp unicode.h unicodedata.h
|
||||
$(CXX) $(CXXFLAGS) -c $< -o $@
|
||||
|
||||
OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o unicode.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue