You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
200 B
Bash

2 years ago
#!/usr/bin/env bash
set -e
cd gflags
rm -fr cmake_build
cd ..
cd lz4
make clean
cd ..
cd zstd
make clean
cd ..
cd jemalloc
make clean
2 years ago
rm -f 'configure~'
2 years ago
cd ..
cd rocksdb
rm -fr cmake_build
cd ..