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

Commit 527287d

Browse files
committed
Add makefile
1 parent bcf9063 commit 527287d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build:
2+
go build -o sail .
3+
4+
deps:
5+
go get ./...
6+
7+
install: deps build
8+
mv sail /usr/local/bin/sail

0 commit comments

Comments
 (0)