aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
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
3build:
4 go build -o ./bin/ship ./cmd/ship
5
6install:
7 cp ./bin/ship /usr/local/bin/
8
9deploy-website:
10 ship website/ ship.northwest.io
11