Added nestor80 example.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 18s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 18s
This commit is contained in:
parent
893c848d1d
commit
be64071e88
14 changed files with 164 additions and 4 deletions
|
|
@ -68,6 +68,12 @@ $(call mb_make_call,mb_doc_variable_i18n,MB_I18N_PROJ_ASSERT_COUNT,"Message for
|
|||
MB_I18N_FLOW_CLONE_REPORT ?= Clone troopers
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_FLOW_CLONE_REPORT,"Message for total amount of cloned files.")
|
||||
|
||||
MB_I18N_NESTOR80_COMPILE ?= Nestor80 compile
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_NESTOR80_COMPILE,"Message for Nestor80 compiler run.")
|
||||
|
||||
MB_I18N_NESTOR80_LINK ?= Nestor80 linking
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_NESTOR80_LINK,"Message for Nestor80 linker run.")
|
||||
|
||||
MB_I18N_SDCC_COMPILE ?= SDCC Compile super
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_SDCC_COMPILE,"Message for SDCC compiler run.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue