chore: verbose build
This commit is contained in:
parent
4d35f60ee0
commit
0f9f7d1d74
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
GOFLAGS = -v
|
||||||
|
|
||||||
BIN = bin
|
BIN = bin
|
||||||
BINS += $(BIN)/cherry
|
BINS += $(BIN)/cherry
|
||||||
|
|
||||||
|
@ -18,4 +20,4 @@ $(BIN):
|
||||||
mkdir -p $(BIN)
|
mkdir -p $(BIN)
|
||||||
|
|
||||||
$(BIN)/cherry: $(BIN) $(SRC)
|
$(BIN)/cherry: $(BIN) $(SRC)
|
||||||
go build -o $@ .
|
go build $(GOFLAGS) -o $@ .
|
||||||
|
|
Loading…
Add table
Reference in a new issue