diff options
| author | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
| commit | 778bef5ee6941056e06326d1eaaa6956d7307a85 (patch) | |
| tree | 23b85f32fb69f85078b3debec08c1353694def6f /Makefile | |
| parent | eb76b1f6e1697ef170fc45d25e81b21679ea7b0d (diff) | |
Remove Go implementation — ship is skills-only nowmain
The skills/ directory fully replaces the old Go CLI. Drop all Go
source, build files, planning docs, and the stale SECURITY.md
(which described the old git-user push-deploy model that no longer
exists). Trim .gitignore to match the new tree.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index abab996..0000000 --- a/Makefile +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | .PHONY: build install deploy-website | ||
| 2 | |||
| 3 | build: | ||
| 4 | go build -o ./bin/ship ./cmd/ship | ||
| 5 | |||
| 6 | install: | ||
| 7 | cp ./bin/ship /usr/local/bin/ | ||
| 8 | |||
| 9 | deploy-website: | ||
| 10 | ship website/ ship.northwest.io | ||
| 11 | |||
