mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# These targets are not files
|
|
.PHONY: tests
|
|
|
|
tests:
|
|
./bin/test
|
|
|
|
tools:
|
|
git clone https://github.com/kennethreitz/pip-pop.git
|
|
mv pip-pop/bin/* vendor/pip-pop/
|
|
rm -fr pip-pop
|