LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-09-25 e8d34d11799fc79c7c53bdcd40f9b4ee7be7a2c5
openlibs/dhcpd/build.sh
@@ -91,6 +91,18 @@
    cd -
}
function do_clean()
{
    rm -rf dhcpd*
}
if [[ $# == 1 && $1 == -c ]] ;then
    echo "start clean ${LIB_NAME}"
    do_clean
    exit;
fi
exit;
export_cross