summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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