From 4821ced58d50e018a8a8f9183eac0982299d94a5 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 7 Feb 2011 18:34:42 +0100 Subject: added basics section Signed-off-by: Manuel Traut --- basics/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 basics/Makefile (limited to 'basics/Makefile') diff --git a/basics/Makefile b/basics/Makefile new file mode 100644 index 0000000..c0c47ad --- /dev/null +++ b/basics/Makefile @@ -0,0 +1,6 @@ +SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile` + +all clean:: + for dir in $(SUBDIRS) ; do \ + (cd $$dir && make $@); \ + done -- cgit v1.2.3