mirror of
https://github.com/writefreely/writefreely
synced 2025-02-16 07:48:24 +00:00
Log more when building
This commit is contained in:
parent
35ebbc1a10
commit
254655d853
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue