Fix Makefile
This commit is contained in:
parent
c8917ca358
commit
f2eda96137
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -176,7 +176,7 @@ $(info I CC: $(CCV))
|
||||||
$(info I CXX: $(CXXV))
|
$(info I CXX: $(CXXV))
|
||||||
$(info )
|
$(info )
|
||||||
|
|
||||||
default: main quantize
|
default: chat quantize
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build library
|
# Build library
|
||||||
|
@ -191,10 +191,6 @@ utils.o: utils.cpp utils.h
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o main quantize
|
rm -f *.o main quantize
|
||||||
|
|
||||||
main: main.cpp ggml.o utils.o
|
|
||||||
$(CXX) $(CXXFLAGS) main.cpp ggml.o utils.o -o main $(LDFLAGS)
|
|
||||||
./main -h
|
|
||||||
|
|
||||||
chat: chat.cpp ggml.o utils.o
|
chat: chat.cpp ggml.o utils.o
|
||||||
$(CXX) $(CXXFLAGS) chat.cpp ggml.o utils.o -o chat $(LDFLAGS)
|
$(CXX) $(CXXFLAGS) chat.cpp ggml.o utils.o -o chat $(LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue