提交 13354f31 作者: Christian Couder

test/Makefile: add global-deps target

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

License: MIT
Signed-off-by: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 d4e72879
......@@ -14,7 +14,10 @@ GOFLAGS =
all: deps
deps: bins
global-deps:
make -C .. deps
deps: global-deps bins
clean:
rm $(BINS)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论