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 --- linux-basics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-basics/Makefile') diff --git a/linux-basics/Makefile b/linux-basics/Makefile index 10d4fc6..72cada2 100644 --- a/linux-basics/Makefile +++ b/linux-basics/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = boot-process filesystem-structure important-tools linux-processes sh-programming what-is-linux linux-mm-basics +SUBDIRS = `ls -1` all clean:: for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3