Skip to content

Commit b241649

Browse files
committed
make : do not print help for simple example
1 parent 4f9c43e commit b241649

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ main: examples/main/main.cpp build-info.h ggml.
276276

277277
simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS)
278278
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
279-
@echo
280-
@echo '==== Run ./simple -h for help. ===='
281-
@echo
282279

283280
quantize: examples/quantize/quantize.cpp build-info.h ggml.o llama.o $(OBJS)
284281
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)

0 commit comments

Comments
 (0)