README for tools dir (usage of maptools.py in particular) is outdated:
mentions outdated modules (all, dep, controller) and commands
(distclean). Which leads to confusion of newcomers.
Update README. Remove mentions of all, dep, controller build modules
replace example usage of distclean with clean which provides same
functionality.
Signed-off-by: Anton Bilohai <a.bilohai@inango-systems.com>
- Add positional arguments map, dep, nng, safeclib for build subcommand
- Add nng and safeclib build support
- Create abstract class builder, and derived cmakebuilder and acbuilder
from it
Signed-off-by: Ostap <slyusar.ostap@gmail.com>