From fe7da9412c83b79e84f110abc0de3e4f56e85499 Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Sat, 30 Sep 2023 12:31:14 -0400 Subject: [PATCH] make : add missing blank line --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 99c389edc..91198c555 100644 --- a/Makefile +++ b/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)