#!/bin/sh

find . -type f -name '*.o' -exec rm {} +
find . -type f -name '*.so*' -exec rm {} +

rm -f -r ./build*
rm -f ./hub/luadch
