facebook / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
1.18k stars 254 forks source link

make clean option for contrib/build.sh #290

Closed siyuanchai1999 closed 5 months ago

siyuanchai1999 commented 6 months ago

Is there an option to clean all builds? including make install

jaesoo-fb commented 6 months ago

Hi @siyuanchai1999

No, we don't have one. I think you can simply do rm -rf build-* <prefix>?