Skip to content

Commit fe7da94

Browse files
committed
make : add missing blank line
1 parent a6b9535 commit fe7da94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ main: examples/main/main.cpp build-info.h ggml.
542542
@echo
543543
@echo '==== Run ./main -h for help. ===='
544544
@echo
545+
545546
infill: examples/infill/infill.cpp build-info.h ggml.o llama.o common.o console.o grammar-parser.o $(OBJS)
546547
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
547548

0 commit comments

Comments
 (0)