Not formatting during build

and instead using the in-buffer :Fmt command.
This commit is contained in:
Dan Buch 2012-11-11 08:15:14 -05:00
parent 36ea5c9213
commit 06fde72193

View File

@ -8,7 +8,7 @@ export GOPATH
test: build test: build
go test $(PACKAGES) go test $(PACKAGES)
build: deps fmt build: deps
go install $(PACKAGES) go install $(PACKAGES)
deps: deps: