Delete .orig files with clean

This commit is contained in:
Jordan Bancino 2022-09-21 20:11:11 -04:00
parent 8bd7e27de1
commit 1eca0579bc

View file

@ -110,6 +110,7 @@ recipe_run() {
# build recipe.
recipe_clean() {
rm -rv build
find . -name '*.orig' -delete
}
# Format the source code by updating the copyright headers and