diff options
| author | Manuel Traut <manut@linutronix.de> | 2011-07-18 14:04:20 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2011-07-18 14:04:20 +0200 |
| commit | 5cd3321d946c14cd99d6a23cffa09a8316aadceb (patch) | |
| tree | ee42f905f7e62edd61103d4965a0aa037d861ffc /basics/Makefile | |
| parent | f9f7f47856be59b1e446a846d4b0306c39a6186c (diff) | |
| parent | a794d7231410f16747e44b690fcc03a96274894c (diff) | |
Merge ../../../vorlesung into vorlesung
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 |
