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-unixfs
Commits
eb1a5618
Commit
eb1a5618
authored
Oct 29, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(Makefile) provide install task
parent
0aa205f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
eb1a5618
...
...
@@ -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
...
...
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