Skip to content

Commit

Permalink
fix make clean command (#16823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 21, 2023
1 parent b30a43f commit 0009cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ clean:
rm -rf dist
rm -rf *.egg-info
rm -rf src/*.egg-info
rm -rf src/lightning/*/
rm -rf src/lightning_app/*/
rm -rf src/lightning_fabric/*/
rm -rf src/pytorch_lightning/*/

test: clean
# Review the CONTRIBUTING documentation for other ways to test.
Expand Down

0 comments on commit 0009cde

Please sign in to comment.