bl_iot_sdk/customer_app/Makefile
Saket Sinha bf1c99fa7e Add top level Makefile to build all apps
Adding a top level Makefile to build all the different  apps listed
under customer_app directory.
2020-10-28 14:36:56 +01:00

5 lines
84 B
Makefile

.PHONY: app
app:
find . -maxdepth 2 -mindepth 2 -type d -execdir ./genromap {} \;