diff --git a/Makefile b/Makefile index 94a9f18..db7efae 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,3 @@ -clean: - rm -rf __pycache__/ - rm -rf .mypy_cache/ - rm -f lyrics.txt input - deps: python3 -m pip install -r requirements.txt @@ -18,6 +13,15 @@ tags: chmod +x ./id3tag.sh ./id3tag.sh +clean: + rm -rf __pycache__/ + rm -rf .mypy_cache/ + rm -f lyrics.txt input + +rmfiles: + rm -rf files/ + rm -rf convert/ + pyformat: python3 -m autopep8 --in-place .*.py