add Makefile

This commit is contained in:
Shawn Smith
2016-02-04 21:59:13 +09:00
parent 804baf6c91
commit 859c34f544
2 changed files with 9 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
install:
./scripts/make-install.sh
start:
godep go run main.go

4
scripts/make-install.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
go get github.com/alecthomas/gometalinter
gometalinter --install --update