File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.PHONY : dev build test clean tidy generate lint docker-build docker-run run ui preprod kill-dev verify
22
33# Variables
4- PROJECT_NAME := cspell
4+ PROJECT_NAME := counterspell
55TARGET_MAIN := ./cmd/app
66BINARY_PATH := $(PROJECT_NAME )
77
@@ -51,8 +51,8 @@ build: build-ui
5151build-macos-arm64 : build-ui tidy
5252 @echo " Building $( PROJECT_NAME) for macOS Apple Silicon..."
5353 @mkdir -p release
54- @GOOS=darwin GOARCH=arm64 go build -ldflags=" -s -w" -o release/cspell -macos-arm64 $(TARGET_MAIN )
55- @echo " macOS Apple Silicon binary built: release/cspell -macos-arm64"
54+ @GOOS=darwin GOARCH=arm64 go build -ldflags=" -s -w" -o release/counterspell -macos-arm64 $(TARGET_MAIN )
55+ @echo " macOS Apple Silicon binary built: release/counterspell -macos-arm64"
5656
5757build-prod : tidy
5858 @echo " Building $( PROJECT_NAME) for production..."
Original file line number Diff line number Diff line change 2525Counterspell is an AI agent that helps you work on your code. Here's how to get started:
2626
2727``` bash
28- brew install counterspell-io/tap/cspell
28+ brew install counterspell-io/tap/counterspell
2929```
30- cspell
30+ counterspell
3131
3232### Step 2: Register Your Machine (First Time Only)
3333
You can’t perform that action at this time.
0 commit comments