]> Cypherpunks.ru repositories - nncp.git/blobdiff - common.mk
nncp-caller command
[nncp.git] / common.mk
index d3ed0061eb7448d64235ca469688ff6554ed8f75..df20e2e8b4f4d05c484f1e3b952cca809fd409d9 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -13,6 +13,7 @@ DOCDIR = $(DESTDIR)$(PREFIX)/share/doc/nncp
 ALL = \
        nncp-mail \
        nncp-call \
+       nncp-caller \
        nncp-check \
        nncp-daemon \
        nncp-file \
@@ -29,6 +30,9 @@ all: $(ALL)
 nncp-call:
        GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-call
 
+nncp-caller:
+       GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-caller
+
 nncp-check:
        GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/nncp/cmd/nncp-check