Thanks to visit codestin.com
Credit goes to github.com

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

Commit 3df26d9

Browse files
authored
Merge pull request #241 from roberthmiller/makefile
Add makefile
2 parents bcf9063 + b8c2c1c commit 3df26d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

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

0 commit comments

Comments
 (0)