Skip to content
Snippets Groups Projects
Commit eb1a5618 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet
Browse files

chore(Makefile) provide install task

parent 0aa205f3
No related branches found
No related tags found
1 merge request!1New
...@@ -10,9 +10,10 @@ godep: ...@@ -10,9 +10,10 @@ godep:
vendor: godep vendor: godep
godep save -r ./... godep save -r ./...
# TODO remove ipfs2 once new command refactoring is complete
install: install:
cd cmd/ipfs && go install cd cmd/ipfs && go install
cd cmd/ipfs2 && go install
test: test_go test_sharness test: test_go test_sharness
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment