make : do not print help for simple example

This commit is contained in:
Georgi Gerganov 2023-06-17 20:55:03 +03:00
parent 4f9c43e3bd
commit b2416493ab
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -276,9 +276,6 @@ main: examples/main/main.cpp build-info.h ggml.
simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS)
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
@echo
@echo '==== Run ./simple -h for help. ===='
@echo
quantize: examples/quantize/quantize.cpp build-info.h ggml.o llama.o $(OBJS)
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)