]> Cypherpunks.ru repositories - nncp.git/blobdiff - common.mk
Bundles feature
[nncp.git] / common.mk
index 327f8dfff34ca607685ca0e3db9e22fe4a2765bc..34d6404a03ac15ac6e14eb6137639e9a148f9403 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -17,6 +17,7 @@ LDFLAGS = \
        -X cypherpunks.ru/nncp.DefaultLogPath=$(LOGPATH)
 
 ALL = \
+       nncp-bundle \
        nncp-call \
        nncp-caller \
        nncp-cfgenc \
@@ -37,6 +38,9 @@ ALL = \
 
 all: $(ALL)
 
+nncp-bundle:
+       GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-bundle
+
 nncp-call:
        GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-call