diff --git a/Makefile b/Makefile index 11b4a61..8abd832 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,8 @@ tests: ./bin/test + +tools: + git clone https://github.com/kennethreitz/pip-pop.git + mv pip-pop/bin/* vendor/pip-pop/ + rm -fr pip-pop \ No newline at end of file