Skip to content

Commit f2eda96

Browse files
authored
Fix Makefile
1 parent c8917ca commit f2eda96

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $(info I CC: $(CCV))
176176
$(info I CXX: $(CXXV))
177177
$(info )
178178

179-
default: main quantize
179+
default: chat quantize
180180

181181
#
182182
# Build library
@@ -191,10 +191,6 @@ utils.o: utils.cpp utils.h
191191
clean:
192192
rm -f *.o main quantize
193193

194-
main: main.cpp ggml.o utils.o
195-
$(CXX) $(CXXFLAGS) main.cpp ggml.o utils.o -o main $(LDFLAGS)
196-
./main -h
197-
198194
chat: chat.cpp ggml.o utils.o
199195
$(CXX) $(CXXFLAGS) chat.cpp ggml.o utils.o -o chat $(LDFLAGS)
200196

0 commit comments

Comments
 (0)