@cryptotaxi247 / kubo / commits / cfcc7c683

test/Makefile: add bin/iptb into BINS

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed Apr 26, 2015 at 17:28 UTC cfcc7c6839eb34002f0bd54bec080e94ca452928
1 file changed +1 -1
test/Makefile
+1 -1
@@ -1,5 +1,5 @@
1
2 -BINS = bin/random bin/multihash bin/ipfs bin/pollEndpoint
2 +BINS = bin/random bin/multihash bin/ipfs bin/pollEndpoint bin/iptb
3 IPFS_ROOT = ../
4 IPFS_CMD = ../cmd/ipfs
5 RANDOM_SRC = ../Godeps/_workspace/src/github.com/jbenet/go-random