提交 71c65e42 作者: Steven Allen

use test/bin/random instead of recompiling it

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 02527100
......@@ -15,12 +15,11 @@ save_profiling_data:
data/filetiny: Makefile
cp Makefile ./data/filetiny # simple
data/filerand: bin/random
./bin/random 50000000 > ./data/filerand
data/filerand: ../bin/random
../bin/random 50000000 > ./data/filerand
bin/random: $(RANDOMSRC)/**/*.go
go get github.com/jbenet/go-random
go build -o ./bin/random github.com/jbenet/go-random/random
../bin/random:
make -C ./../../ test/bin/random
# just build it every time... this part isn't
# even the lengthy part, and it decreases pain.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论