Skip to content
Snippets Groups Projects
Commit c38efdac authored by Lars Gierth's avatar Lars Gierth
Browse files

makefile: add -ldflags to install and nofuse tasks


License: MIT
Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
parent 4397adf5
No related branches found
No related tags found
1 merge request!1New
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment