Makefile: build debug binaries with build directive
This commit is contained in:
parent
137ec37450
commit
ffd240e0ee
6
Makefile
6
Makefile
@ -124,9 +124,9 @@ btcd: $(GLIDE_BIN) $(BTCD_DIR)
|
|||||||
# ============
|
# ============
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@$(call print, "Building lnd and lncli.")
|
@$(call print, "Building debug lnd and lncli.")
|
||||||
$(GOBUILD) -o lnd $(LDFLAGS) $(PKG)
|
$(GOBUILD) -tags=$(TEST_TAGS) -o lnd-debug $(LDFLAGS) $(PKG)
|
||||||
$(GOBUILD) -o lncli $(LDFLAGS) $(PKG)/cmd/lncli
|
$(GOBUILD) -tags=$(TEST_TAGS) -o lncli-debug $(LDFLAGS) $(PKG)/cmd/lncli
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@$(call print, "Installing lnd and lncli.")
|
@$(call print, "Installing lnd and lncli.")
|
||||||
|
Loading…
Reference in New Issue
Block a user