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
fbb607dc
Commit
fbb607dc
authored
Dec 14, 2015
by
Juan Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2066 from ipfs/makefile-ldflags
makefile: add -ldflags to install and nofuse tasks
parents
f5c8aea8
c38efdac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
fbb607dc
...
...
@@ -23,13 +23,13 @@ vendor: godep
godep save
-r
./...
install
:
cd
cmd/ipfs
&&
go
install
cd
cmd/ipfs
&&
go
install
-ldflags
=
$(ldflags)
build
:
cd
cmd/ipfs
&&
go build
-i
-ldflags
=
$(ldflags)
nofuse
:
cd
cmd/ipfs
&&
go
install
-tags
nofuse
cd
cmd/ipfs
&&
go
install
-tags
nofuse
-ldflags
=
$(ldflags)
##############################################################
# tests targets
...
...
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