Add basic Makefile with run+libs targets

This commit is contained in:
Sean DuBois 2014-06-14 18:43:58 +00:00
parent 865a7e49a4
commit 3c3efd4449
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
default: run
run:
go run *.go
libs:
go get github.com/kisielk/og-rek
go get github.com/gorilla/mux