make : fix c++ compiler
This commit is contained in:
parent
9654d62f7e
commit
9f3f7d8085
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -634,7 +634,7 @@ ggml-quants.o: ggml-quants.c ggml.h ggml-quants.h ggml-common.h
|
||||||
$(CC) $(CFLAGS) -c $< -o $@
|
$(CC) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
unicode.o: unicode.cpp unicode.h
|
unicode.o: unicode.cpp unicode.h
|
||||||
$(CC) $(CXXFLAGS) -c $< -o $@
|
$(CXX) $(CXXFLAGS) -c $< -o $@
|
||||||
|
|
||||||
OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o unicode.o
|
OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o unicode.o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue