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

makefile: fix target in sharness tests

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