fix make clean command (#16823)
This commit is contained in:
parent
b30a43f783
commit
0009cde1db
4
Makefile
4
Makefile
|
@ -26,7 +26,9 @@ clean:
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
rm -rf *.egg-info
|
rm -rf *.egg-info
|
||||||
rm -rf src/*.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
|
test: clean
|
||||||
# Review the CONTRIBUTING documentation for other ways to test.
|
# Review the CONTRIBUTING documentation for other ways to test.
|
||||||
|
|
Loading…
Reference in New Issue