This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 6835674
1 parent bc80d85 commit 6835674 Copy full SHA for 6835674
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ vendor: godep
30
30
install : deps
31
31
cd cmd/ipfs && go install -ldflags=$(ldflags )
32
32
33
- build :
33
+ build : deps
34
34
cd cmd/ipfs && go build -i -ldflags=$(ldflags )
35
35
36
- nofuse :
36
+ nofuse : deps
37
37
cd cmd/ipfs && go install -tags nofuse -ldflags=$(ldflags )
38
38
39
39
clean :
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ environment:
26
26
27
27
install :
28
28
# Enable make
29
- # - SET PATH=c:\MinGW\bin;%PATH%
30
29
# - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
30
+ - SET PATH=%GOPATH%/bin;%PATH%
31
31
- go version
32
32
- go env
33
33
You can’t perform that action at this time.
0 commit comments