Revert build help text to 'build the application'

Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-03-25 11:51:08 +01:00
parent ac71207af9
commit 606f387da6

View File

@@ -36,7 +36,7 @@ clean: ## delete build artifacts
@echo "Cleaned up $(EXECUTABLE)"
.PHONY: build
build: ## build everything
build: ## build the application
$(GO) build -v -ldflags '-s -w $(LDFLAGS)' -o $(EXECUTABLE)
.PHONY: air