summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: abab9963da59791fec20cfd4f5fe287a235c1901 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: build install deploy-website

build:
	go build -o ./bin/ship ./cmd/ship

install:
	cp ./bin/ship /usr/local/bin/

deploy-website:
	ship website/ ship.northwest.io