summaryrefslogtreecommitdiff
path: root/basics/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2011-02-07 18:51:09 +0100
committerManuel Traut <manut@mecka.net>2011-02-07 18:51:09 +0100
commit2fa3fa12af4d74f3c9653753a8dd07e1af3c2298 (patch)
tree0d657ac94c29e555b2c668eba35a668ab0f49b65 /basics/Makefile
parent62afdc042596f299f53dabdbde2c6398816be736 (diff)
parent4821ced58d50e018a8a8f9183eac0982299d94a5 (diff)
Merge branch 'manut-fh'
Diffstat (limited to 'basics/Makefile')
-rw-r--r--basics/Makefile6
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