Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 432bffb

Browse files
committed
PR update
1 parent 527287d commit 432bffb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ build:
44
deps:
55
go get ./...
66

7-
install: deps build
8-
mv sail /usr/local/bin/sail
7+
install:
8+
mv sail /usr/local/bin/sail
9+
10+
all: deps build install

0 commit comments

Comments
 (0)