mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
Merge pull request #11 from disdi/master
Add top level Makefile to build all apps
This commit is contained in:
commit
a07e6c954d
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