Make runs test by default

This commit is contained in:
Chris Bednarski 2015-02-04 21:21:03 -08:00
parent 160f534fd0
commit 0637c167f4

View File

@ -1,3 +1,5 @@
all: build test
build: build:
go build hostess.go go build hostess.go
go build cmd/main.go go build cmd/main.go