Skip to content

Commit

Permalink
Fix clean target not deleting pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Dec 4, 2020
1 parent 01635c5 commit afad766
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 @@ -19,7 +19,7 @@ clean-py:
rm --recursive --force ./dist
rm --recursive --force ./build
rm --recursive --force ./*.egg-info
rm --recursive --force __pycache__/
rm --recursive --force ./**/__pycache__/

clean: clean-tox clean-py; ## Clean temp build/cache files and directories

Expand Down

0 comments on commit afad766

Please sign in to comment.