makefile: use lowercase llm for easy search/replace

This commit is contained in:
Oliver Gugger 2020-06-24 10:31:16 +02:00
parent 3543466604
commit cafe3dfd7c
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -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