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

change(Makefile) make install -> make install_1, make install_2

parent e23b537f
Branches
No related tags found
1 merge request!1New
...@@ -10,9 +10,12 @@ godep: ...@@ -10,9 +10,12 @@ godep:
vendor: godep vendor: godep
godep save -r ./... godep save -r ./...
# TODO remove ipfs2 once new command refactoring is complete # TODO revert to `install` once new command refactoring is complete
install: install_1:
cd cmd/ipfs && go install cd cmd/ipfs && go install
# TODO remove once new command refactoring is complete
install_2:
cd cmd/ipfs2 && 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