#!/bin/sh

rm -f src/htslib-1.21/config.h src/*.o src/*.so src/*.dll src/*.dylib 
cd src/htslib-1.21/ && make clean && cd -
