We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849cc26 commit d97eda2Copy full SHA for d97eda2
sharness/Makefile
@@ -67,7 +67,7 @@ bin/ipfs-update: $(call find_go_files, $(IPFS_UPDATE_SRC)) BUILD-OPTIONS
67
68
bin/random-files:
69
@echo "*** installing $@ ***"
70
- go get github.com/jbenet/go-random-files
+ go get github.com/jbenet/go-random-files/random-files
71
go build $(GOFLAGS) -o $@ github.com/jbenet/go-random-files/random-files
72
73
bin/go-sleep:
0 commit comments