Commit 05a0a944 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

makefile: fix target in sharness tests

parent 29071bac
......@@ -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 $@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment