Skip to content

Commit

Permalink
更新make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Aug 3, 2019
1 parent 37839a5 commit 325624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flake8:

clean:
rm -fr build dist .egg pymusic_dl.egg-info
rm -fr *.mp3 .pytest_cache coverage.xml report.xml
rm -fr *.mp3 .pytest_cache coverage.xml report.xml htmlcov
find . | grep __pycache__ | xargs rm -fr
find . | grep .pyc | xargs rm -f

Expand Down

0 comments on commit 325624f

Please sign in to comment.