Fix UE4 Makefile not removed on make clean
This commit is contained in:
parent
39f8e34bcc
commit
5ebe77c257
|
@ -90,12 +90,12 @@ if ${REMOVE_INTERMEDIATE} ; then
|
||||||
|
|
||||||
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
|
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
|
||||||
|
|
||||||
|
rm -f Makefile
|
||||||
|
|
||||||
pushd "${CARLAUE4_PLUGIN_ROOT_FOLDER}" >/dev/null
|
pushd "${CARLAUE4_PLUGIN_ROOT_FOLDER}" >/dev/null
|
||||||
|
|
||||||
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
|
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
|
||||||
|
|
||||||
rm -f Makefile
|
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue