From cafe3dfd7c5c8a41a37ab6bc8e2ffd3b788e8860 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 24 Jun 2020 10:31:16 +0200 Subject: [PATCH] makefile: use lowercase llm for easy search/replace --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 752d274..43e1e7b 100644 --- a/Makefile +++ b/Makefile @@ -68,12 +68,12 @@ $(GOACC_BIN): # ============ build: - @$(call print, "Building LLM.") + @$(call print, "Building llm.") $(GOBUILD) $(PKG)/cmd/llm $(GOBUILD) $(PKG)/cmd/llmd install: - @$(call print, "Installing LLM.") + @$(call print, "Installing llm.") $(GOINSTALL) $(PKG)/cmd/llm $(GOINSTALL) $(PKG)/cmd/llmd