Remove Makefile, handles fetching libs, run+build are simple invocations and the Makefile just obscures that

This commit is contained in:
Sean DuBois 2014-07-23 05:52:36 +00:00
parent 627c6e3b3e
commit 8c1a528ccb
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
default: run
run:
go run *.go
build:
go build *.go
libs:
go get github.com/gorilla/mux
go get github.com/Sean-Der/fail2go
go get github.com/Sean-Der/goWHOIS