diff --git a/Compilation-guide-(Linux).md b/Compilation-guide-(Linux).md index 610175c..256549a 100644 --- a/Compilation-guide-(Linux).md +++ b/Compilation-guide-(Linux).md @@ -39,7 +39,7 @@ You should at least build one libretro implementation so RetroArch can do stuff. There is a [super-project](https://github.com/libretro/libretro-super) that is designed to easily build every libretro port out there. To build every core: ```bash cd .. #to libretro-super directory -sh libretro-build.sh +NOCLEAN=1 ./libretro-build.sh #remove NOCLEAN=1 if you wish to perform "make clean" on every repo before building mkdir ~/ra/cores sh libretro-install.sh ~/ra/cores ```