Skip to content

Commit 0009cde

Browse files
authored
fix make clean command (#16823)
1 parent b30a43f commit 0009cde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ clean:
2626
rm -rf dist
2727
rm -rf *.egg-info
2828
rm -rf src/*.egg-info
29-
rm -rf src/lightning/*/
29+
rm -rf src/lightning_app/*/
30+
rm -rf src/lightning_fabric/*/
31+
rm -rf src/pytorch_lightning/*/
3032

3133
test: clean
3234
# Review the CONTRIBUTING documentation for other ways to test.

0 commit comments

Comments
 (0)