Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
981f18bb
Commit
981f18bb
authored
Nov 11, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change(Makefile) make install -> make install_1, make install_2
parent
e23b537f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile
Makefile
+5
-2
No files found.
Makefile
View file @
981f18bb
...
...
@@ -10,9 +10,12 @@ godep:
vendor
:
godep
godep save
-r
./...
# TODO re
move ipfs2
once new command refactoring is complete
install
:
# TODO re
vert to `install`
once new command refactoring is complete
install
_1
:
cd
cmd/ipfs
&&
go
install
# TODO remove once new command refactoring is complete
install_2
:
cd
cmd/ipfs2
&&
go
install
test
:
test_go test_sharness
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment