Log more when building

This commit is contained in:
Matt Baer 2018-11-08 13:02:15 -05:00
parent 35ebbc1a10
commit 254655d853
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ BINARY_NAME=writefreely
all : build all : build
build: deps build: deps
cd cmd/writefreely; $(GOBUILD) cd cmd/writefreely; $(GOBUILD) -v
test: test:
$(GOTEST) -v ./... $(GOTEST) -v ./...
@ -18,7 +18,7 @@ run:
$(BINARY_NAME) --debug $(BINARY_NAME) --debug
deps : deps :
$(GOGET) ./... $(GOGET) -v ./...
install : install :
./keys.sh ./keys.sh