summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-16 12:51:53 -0800
committerClawd <ai@clawd.bot>2026-02-16 12:51:53 -0800
commit67efee3cb1b70a0696a5522609618e077cf8507d (patch)
tree40a614488f9598b65ca745e2add02d22bdb4b601 /Makefile
parent29ad8c336116c01b10cacdd72b36e31cd3aa08f7 (diff)
Add website/ directory with landing page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13f2835..abab996 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,11 @@
1.PHONY: build install deploy-website
2
1build: 3build:
2 go build -o ./bin/ship ./cmd/ship 4 go build -o ./bin/ship ./cmd/ship
3 5
4install: 6install:
5 cp ./bin/ship /usr/local/bin/ 7 cp ./bin/ship /usr/local/bin/
6 8
9deploy-website:
10 ship website/ ship.northwest.io
11