bl_iot_sdk/customer_app/Makefile
Saket Sinha 0c49fe4b3e Add support for toplevel Makefile
Add toplevel Makefile with clean support.
Updated Readme for building details.
2020-11-11 10:04:25 +01:00

7 lines
128 B
Makefile

.PHONY: app
app:
find . -maxdepth 2 -mindepth 2 -type d -execdir ./genromap {} \;
clean:
find . -name build_out|xargs rm -rf