Skip to content

Commit

Permalink
bugfix in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
howl-anderson committed Oct 18, 2024
1 parent e95602c commit f86b97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ clean-build: ## remove build artifacts
rm -fr build/
rm -fr dist/
rm -fr .eggs/
find . -name '*.egg-info' -exec rm -fr {} +
find . -name '*.egg' -exec rm -f {} +
# find . -name '*.egg-info' -exec rm -fr {} +
# find . -name '*.egg' -exec rm -f {} +

clean-pyc: ## remove Python file artifacts
find . -name '*.pyc' -exec rm -f {} +
Expand Down

0 comments on commit f86b97a

Please sign in to comment.