mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
bf1c99fa7e
Adding a top level Makefile to build all the different apps listed under customer_app directory.
5 lines
84 B
Makefile
5 lines
84 B
Makefile
.PHONY: app
|
|
|
|
app:
|
|
find . -maxdepth 2 -mindepth 2 -type d -execdir ./genromap {} \;
|