From eb1a5618a09599576bd3de684c4a9c18dc761531 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Wed, 29 Oct 2014 01:22:11 -0700 Subject: [PATCH] chore(Makefile) provide install task --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcb369941..7c7cb176c 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,10 @@ godep: vendor: godep godep save -r ./... - +# TODO remove ipfs2 once new command refactoring is complete install: cd cmd/ipfs && go install + cd cmd/ipfs2 && go install test: test_go test_sharness