f8ee565016b2706f48488bacf98788281389d6c0
Mostly, there is no need for joining commands with `&&` in recipes since make already applies the exit-on-error functionality to each executed line, unless there is a shell interdependency between them (like setting environment variables in one command and using it in another, or changing the working directory, which would not work because of the new-subshell-per-line behaviour of make). Thus, some independent commands can be split in the `Makefile` to improve readability. (Some space/tab inconsistensies are also fixed.) JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
JerryScript
You can find project details in wiki.
Description
Languages
C
70.5%
JavaScript
25.1%
Python
2.7%
CMake
1%
Shell
0.5%