@cryptotaxi247 / kubo / commits / 13354f31d

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>

Christian Couder committed Apr 30, 2016 at 07:25 UTC 13354f31dca89e9d907847efce565a1fda14927a
1 file changed +4 -1
test/Makefile
+4 -1
@@ -14,7 +14,10 @@ GOFLAGS =
14
15 all: deps
16
17 -deps: bins
17 +global-deps:
18 + make -C .. deps
19 +
20 +deps: global-deps bins
21
22 clean:
23 rm $(BINS)