thelema / odb

Oasis-db downloader and installer
Do What The F*ck You Want To Public License
33 stars 7 forks source link

make clean after make install? #90

Closed UnixJunkie closed 12 years ago

UnixJunkie commented 12 years ago

Maybe it can save some disk space. make clean is not a make uninstall so that should not change anything that was installed.

thelema commented 12 years ago

On 09/06/2012 05:06 AM, Francois Berenger wrote:

Maybe it can save some disk space. make clean is not a make uninstall so that should not change anything that was installed.

— Reply to this email directly or view it on GitHub https://github.com/thelema/odb/issues/90.

maybe you want odb -clean, which cleans up the build directory.

UnixJunkie commented 12 years ago

OK, that's even more drastic than what I thought about. I'll use this if -clean I want to save some space then.