make : add missing blank line
This commit is contained in:
parent
a6b9535b92
commit
fe7da9412c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -542,6 +542,7 @@ main: examples/main/main.cpp build-info.h ggml.
|
|||
@echo
|
||||
@echo '==== Run ./main -h for help. ===='
|
||||
@echo
|
||||
|
||||
infill: examples/infill/infill.cpp build-info.h ggml.o llama.o common.o console.o grammar-parser.o $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue