diff options
Diffstat (limited to 'frameworks/Makefile')
| -rw-r--r-- | frameworks/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frameworks/Makefile b/frameworks/Makefile new file mode 100644 index 0000000..6c9a28a --- /dev/null +++ b/frameworks/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = middleware gui + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done |
