Merge pull request #11 from disdi/master

Add top level Makefile to build all apps
This commit is contained in:
Marek Kraus 2020-10-29 13:48:04 +01:00 committed by GitHub
commit a07e6c954d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
customer_app/Makefile Normal file
View File

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