Skip to content

Commit

Permalink
add changelog to clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Oct 24, 2023
1 parent 14d3730 commit 0be59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pyproject
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ MONTH=`date +%m`
.PHONY: clean_py
clean_py: clean-venv
find . -d -type d -name __pycache__ -exec rm -rf {} \;
rm -rf build dist MANIFEST $(PROJECT).egg-info .mypy_cache *.log
rm -rf build dist MANIFEST $(PROJECT).egg-info .mypy_cache *.log changelog.md

.PHONY: tidy_py
tidy_py: venv
Expand Down

0 comments on commit 0be59b0

Please sign in to comment.