1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 23:53:19 +08:00

makefile: fix target in sharness tests

This commit is contained in:
Juan Batiz-Benet
2015-01-10 01:06:36 -08:00
parent 29071baceb
commit 05a0a944ce

View File

@ -9,6 +9,7 @@
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
BINS = bin/random bin/ipfs
SHARNESS = lib/sharness/sharness.sh
IPFS_ROOT = ../..
all: clean deps $(T) aggregate
@ -30,7 +31,7 @@ $(SHARNESS):
@echo "*** installing $@ ***"
lib/install-sharness.sh
bin/%:
bin/%: $(IPFS_ROOT)/**/*.go
@echo "*** installing $@ ***"
cd .. && make $@