3

I was installing llvm using sudo make install but due to space constraints it was not completed and failed, but it has created so many heavy files in my machine so that now I am running out of space.

Can someone tell me how to delete files that were created during the incomplete installation?

Zanna
  • 72,312

1 Answers1

1

Try sudo make uninstall. This target is usually configured in make installations.

saiarcot895
  • 10,917