mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 02:21:48 +08:00
makefile: add -ldflags to install and nofuse tasks
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user