Skip to content

Commit

Permalink
Update clean in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adrybakov committed Feb 23, 2024
1 parent 5fecea8 commit 2afe634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ clean:
-@rm -r dist
-@rm -r .env*/lib/python3.11/site-packages/wulfric*
-@rm -r .env*/bin/wulfric*
-@rm -r .venv*/lib/python3.11/site-packages/wulfric*
-@rm -r .venv*/bin/wulfric*

install:
@python3 -m pip install .
Expand Down

0 comments on commit 2afe634

Please sign in to comment.