diff options
| author | Manuel Traut <manut@linutronix.de> | 2010-10-13 16:56:37 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2010-10-13 16:56:37 +0200 |
| commit | 8befecfca01c0675ed5c645bc280f2dba47f8cba (patch) | |
| tree | e7e10000a71c7f84a7119ea5fa3582d856bd92f2 /frameworks/Makefile | |
| parent | bb4eefa52e5a886f9ad2a09583be3014f8e5993d (diff) | |
simplify makefiles
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'frameworks/Makefile')
| -rw-r--r-- | frameworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/Makefile b/frameworks/Makefile index 6c9a28a..72cada2 100644 --- a/frameworks/Makefile +++ b/frameworks/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = middleware gui +SUBDIRS = `ls -1` all clean:: for dir in $(SUBDIRS) ; do \ |
