abadr99 / G1_8bit_MCUs_Drivers

3 stars 1 forks source link

Implement new rule to build applications instead of using sprated makefiles #97

Open abadr99 opened 1 year ago

abadr99 commented 1 year ago
# TODO(@Mariamahmed44): Implement this rule

https://github.com/AbdelrahmanBadr22/G1_8bit_MCUs_Drivers/blob/1b99054e3087b5d67983d27a918babf08e3f76d3/C/Makefile#L54

abadr99 commented 1 year ago

Support building application thought the main makefile as shown in todo rule.

It simply done by linking app main and app sources with the objects that generated from main repo. It will sth like 'compile-test' rule.

$ make compile-app app_path=path/to/app