Skip to content

Commit

Permalink
add vendor initialization into makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seletskiy committed Jul 14, 2016
1 parent e292c36 commit 645fc66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 645fc66

Please sign in to comment.