Add recipe_clean function

This commit is contained in:
jD91mZM2 2018-04-23 11:41:41 +02:00
parent 6c3bbeb4d2
commit 16decabc79
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

View File

@ -25,6 +25,10 @@ function recipe_test {
echo "skipping test"
skip=1
}
function recipe_clean {
make clean
skip=1
}
function recipe_stage {
dest="$(realpath "$1")"
make DESTDIR="$dest" install