diff --git a/Makefile b/Makefile index a6fc601..bbff0a6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ lint: pylint ./podpointclient clean: - rm -r dist/* + rm -rf dist/* package: python3 setup.py sdist