diff --git a/makefile b/makefile index 9fce443..8ade317 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ dist: - python setup.py sdist + python setup.py sdist install: - cd dist - python -m pip install pluginlib-0.0.1.tar.gz \ No newline at end of file + cd dist + python -m pip install pluginlib-0.0.1.tar.gz \ No newline at end of file