Skip to content

Commit d97eda2

Browse files
committed
fix makefile installs
1 parent 849cc26 commit d97eda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharness/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bin/ipfs-update: $(call find_go_files, $(IPFS_UPDATE_SRC)) BUILD-OPTIONS
6767

6868
bin/random-files:
6969
@echo "*** installing $@ ***"
70-
go get github.com/jbenet/go-random-files
70+
go get github.com/jbenet/go-random-files/random-files
7171
go build $(GOFLAGS) -o $@ github.com/jbenet/go-random-files/random-files
7272

7373
bin/go-sleep:

0 commit comments

Comments
 (0)