From 13354f31dca89e9d907847efce565a1fda14927a Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sat, 30 Apr 2016 07:25:06 +0200 Subject: [PATCH] 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 --- test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index c5e171e4c..48fed0b94 100644 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,10 @@ GOFLAGS = all: deps -deps: bins +global-deps: + make -C .. deps + +deps: global-deps bins clean: rm $(BINS)