test/Makefile: add global-deps target

We need to make sure that go, gx, gx-go are properly installed.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder 2016-04-30 07:25:06 +02:00
parent d4e7287980
commit 13354f31dc

View File

@ -14,7 +14,10 @@ GOFLAGS =
all: deps
deps: bins
global-deps:
make -C .. deps
deps: global-deps bins
clean:
rm $(BINS)