From 8befecfca01c0675ed5c645bc280f2dba47f8cba Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 13 Oct 2010 16:56:37 +0200 Subject: simplify makefiles Signed-off-by: Manuel Traut --- frameworks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frameworks/Makefile') 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 \ -- cgit v1.2.3