diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -21,7 +21,12 @@ set -u -e -v -# Build the ROM's +# Build the ROM images + +if [ ! -d "bin" ] +then + mkdir bin/ +fi # MAKE SURE THAT YOU RAN "buildall" OR "builddeps" *AT LEAST ONCE* # BEFORE RUNNING THIS! |