#!/bin/sh

source ../Config.sh

pp_clean_local () {
    make -C src clobber
}

pp_build_local () {
    make -C src all fw_install
}

pp_do "$@"
