What is the difference between 'make all' and 'build all' ?

Q: What is the difference between 'make all' and 'build all'?
A: 'build all' recompiles every *.c file in the project
    'make all' only recompiles the *.c files which were modified since the last compilation and the files which they depend on. The dependencies are created automatically by Ride7.