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