Added deps to makefile

pull/13/head
Chris Bednarski 9 years ago
parent 39db28a677
commit 5e4ff2e6ec

@ -1,6 +1,9 @@
all: build test
build:
deps:
go get github.com/codegangsta/cli
build: deps
go build hostess.go
go build cmd/main.go

Loading…
Cancel
Save