Fix UE4 Makefile not removed on make clean

This commit is contained in:
nsubiron 2019-01-31 12:32:37 +01:00
parent 39f8e34bcc
commit 5ebe77c257
1 changed files with 2 additions and 2 deletions

View File

@ -90,12 +90,12 @@ if ${REMOVE_INTERMEDIATE} ; then
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
rm -f Makefile
pushd "${CARLAUE4_PLUGIN_ROOT_FOLDER}" >/dev/null
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
rm -f Makefile
popd >/dev/null
fi