diff options
| author | Manuel Traut <manut@mecka.net> | 2011-02-07 18:34:42 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2011-02-07 18:34:42 +0100 |
| commit | 4821ced58d50e018a8a8f9183eac0982299d94a5 (patch) | |
| tree | b3d92a37c56887586f5e98f0e403a5a1af809fc7 /basics/Makefile | |
| parent | 31b5a5b70cc12bd264c6234068410c6edff8bfb1 (diff) | |
added basics section
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'basics/Makefile')
| -rw-r--r-- | basics/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
