1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 12:20:03 +08:00

test/Makefile: add bin/iptb into BINS

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder
2015-04-26 17:28:31 +02:00
parent ad67f18dc8
commit cfcc7c6839

View File

@ -1,5 +1,5 @@
BINS = bin/random bin/multihash bin/ipfs bin/pollEndpoint BINS = bin/random bin/multihash bin/ipfs bin/pollEndpoint bin/iptb
IPFS_ROOT = ../ IPFS_ROOT = ../
IPFS_CMD = ../cmd/ipfs IPFS_CMD = ../cmd/ipfs
RANDOM_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random RANDOM_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random