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:
Saket Sinha 2020-10-28 14:28:50 +01:00 committed by Sinha Saket
parent 61d60a3dc0
commit bf1c99fa7e

4
customer_app/Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: app
app:
find . -maxdepth 2 -mindepth 2 -type d -execdir ./genromap {} \;