Upon cloning, building, and installing rust from their github repository I've found it takes up ~2.8 GB on my system. I've got relatively limited space on my machine (100GB), so I was wondering two things:
- After running
make install(orsudo make install) does runningmake cleaneffect the installed program (either in general or for rust particularly)? - Would
make cleaneven be an effective method of regaining storage space; either in this situation, or in general?