From 645fc6667b0c40b65f3babffeea3051af7b90402 Mon Sep 17 00:00:00 2001 From: Stanislav Seletskiy Date: Thu, 14 Jul 2016 23:14:58 +0600 Subject: [PATCH] add vendor initialization into makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 69dc6cd..f4937e0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ +vendor/%/Makefile: + bash -c 'source vendor/github.com/reconquest/import.bash/import.bash && \ + import "$*"' + include vendor/github.com/reconquest/test-runner.bash/Makefile include vendor/github.com/reconquest/go-test.bash/Makefile