diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,6 +1,11 @@ | |||
| 1 | .PHONY: build install deploy-website | ||
| 2 | |||
| 1 | build: | 3 | build: |
| 2 | go build -o ./bin/ship ./cmd/ship | 4 | go build -o ./bin/ship ./cmd/ship |
| 3 | 5 | ||
| 4 | install: | 6 | install: |
| 5 | cp ./bin/ship /usr/local/bin/ | 7 | cp ./bin/ship /usr/local/bin/ |
| 6 | 8 | ||
| 9 | deploy-website: | ||
| 10 | ship website/ ship.northwest.io | ||
| 11 | |||
