summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-28 08:09:56 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-28 08:09:56 +0300
commit83f99d3577052b57fd9470cafaddc1ae3bcb8a2f (patch)
tree4b9f4ca9e04e4add8034fb86ee11b9b9116fe5bc /Makefile
parente52143407367e54f5b04177957f5f0436e28718b (diff)
Enha: first chat name convention
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7030b5c..9113919 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: setconfig run lint install-linters setup-whisper build-whisper download-whisper-model docker-up docker-down docker-logs noextra-run installdelve checkdelve
+.PHONY: setconfig run lint lintall install-linters setup-whisper build-whisper download-whisper-model docker-up docker-down docker-logs noextra-run installdelve checkdelve
run: setconfig
go build -tags extra -o gf-lt && ./gf-lt
@@ -25,7 +25,10 @@ install-linters: ## Install additional linters (noblanks)
go install github.com/GrailFinder/noblanks-linter/cmd/noblanks@latest
lint: ## Run linters. Use make install-linters first.
- golangci-lint run -c .golangci.yml ./...; noblanks ./...
+ golangci-lint run -c .golangci.yml ./...
+
+lintall: lint
+ noblanks ./...
# Whisper STT Setup (in batteries directory)
setup-whisper: build-whisper download-whisper-model