From d3835cbfea3bbc19b386f31c4972d4bc37b9347b Mon Sep 17 00:00:00 2001 From: "Hans J. Koch" Date: Sat, 20 Jun 2009 03:00:55 +0200 Subject: Added Makefiles in each folder to allow make all or make clean from top level directory --- linux-basics/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux-basics/Makefile (limited to 'linux-basics') diff --git a/linux-basics/Makefile b/linux-basics/Makefile new file mode 100644 index 0000000..ab3b327 --- /dev/null +++ b/linux-basics/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = boot-process filesystem-structure important-tools linux-processes sh-programming what-is-linux + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done -- cgit v1.2.3