Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kubo_final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anastasiia Chirikova
kubo_final
Commits
981f18bb
Commit
981f18bb
authored
10 years ago
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
change(Makefile) make install -> make install_1, make install_2
parent
e23b537f
Branches
Branches containing commit
No related tags found
1 merge request
!1
New
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-2
5 additions, 2 deletions
Makefile
with
5 additions
and
2 deletions
Makefile
+
5
−
2
View file @
981f18bb
...
@@ -10,9 +10,12 @@ godep:
...
@@ -10,9 +10,12 @@ godep:
vendor
:
godep
vendor
:
godep
godep save
-r
./...
godep save
-r
./...
# TODO re
move ipfs2
once new command refactoring is complete
# TODO re
vert 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment