Age | Commit message (Collapse) | Author |
|
build.sh (line 468,469) uses LIBRARY_PATH, but make can do without.
Removed LIBRARY_PATH
Signed-off-by: Jan Iversen <jani@apache.org>
|
|
extend ssrf/makefile with "make check" option.
This is just a convinience function, to not need to "cd build" first
Signed-off-by: Jan Iversen <jani@apache.org>
|
|
add makefile at ssrf level to ease make calls
it can be called as:
make
make all
- will generate both desktop and mobile
make mobile
- will mobile
make
- will generate desktop
Signed-off-by: Jan Iversen <jani@apache.org>
|