aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-06-17 20:55:03 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-06-17 20:55:03 +0300
commitb2416493ab3ab21686d47c96669da6d6c6af08a4 (patch)
tree7660f8dd4a935d9653ef4864952dcc820e352bbd /Makefile
parent4f9c43e3bd488b7561119785485e1155dba338d7 (diff)
make : do not print help for simple example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 72d6ad4..cf59086 100644
--- a/Makefile
+++ b/Makefile
@@ -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)