#!/bin/sh

source ../Config.sh

PP_PUBLIC_INCLUDES=*.h

pp_clean_local() {
	return 0
}

pp_build_local() {
	return 0
}

pp_do "$@"
