mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
Add top level Makefile to build all apps
Adding a top level Makefile to build all the different apps listed under customer_app directory.
This commit is contained in:
parent
61d60a3dc0
commit
bf1c99fa7e
4
customer_app/Makefile
Normal file
4
customer_app/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
.PHONY: app
|
||||
|
||||
app:
|
||||
find . -maxdepth 2 -mindepth 2 -type d -execdir ./genromap {} \;
|
Loading…
Reference in New Issue
Block a user