From a428b10abfa158c97b01635f567b68cea4a22107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 2 Oct 2018 09:36:07 +0200 Subject: Shorten a command in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9df41f8..8d5c75a 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test-build:: $(H2SPEC) $(H2SPEC): $(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) - $(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS= + $(verbose) $(MAKE) -C $(dir $(H2SPEC)) build MAKEFLAGS= # Use erl_make_certs from the tested release during CI # and ensure that ct_helper is always recompiled. -- cgit v1.2.3