From 331b5c684d929e8831e47cf0a62fa87415982f43 Mon Sep 17 00:00:00 2001 From: senhtry Date: Mon, 6 Aug 2018 11:34:58 +0800 Subject: [PATCH] get dependences for go graftcp-local project --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16c8f20..0b3c575 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ graftcp: main.o util.o string-set.o $(CC) $(CFLAGS) -c -o $@ $< graftcp-local/graftcp-local: graftcp-local/*.go - cd graftcp-local && go build + cd graftcp-local && go get ./... && go build install:: graftcp graftcp-local/graftcp-local $(INSTALL) $< $(BINDIR); \