From c369d11905f88291d5fa04d81bb98d90af59f13d Mon Sep 17 00:00:00 2001 From: SuperUserNameMan Date: Tue, 13 Jun 2023 19:36:27 +0200 Subject: [PATCH] remove 273: Trailing whitespace --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 55d5c2e52..b6d6aeb0a 100644 --- a/Makefile +++ b/Makefile @@ -270,8 +270,8 @@ main: examples/main/main.cpp build-info.h ggml. @echo @echo '==== Run ./main -h for help. ====' @echo - -simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS) + +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. ===='