Skip to content

Commit

Permalink
get dependences for go graftcp-local project
Browse files Browse the repository at this point in the history
  • Loading branch information
w169q169 authored Aug 6, 2018
1 parent cc1bfe1 commit 331b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 331b5c6

Please sign in to comment.