You can do a make clean to remove any temporary files, etc.
And in regards to deleting the source directory after installing, usually I'll remove them after verifying that the program works and has no problems to free up some space. If the program doesn't come with a 'make uninstall', you'll usually just have to remove manually in which you'll have to do if you remove the source directory as well.
|