summaryrefslogtreecommitdiff
path: root/application-devel
diff options
context:
space:
mode:
authorJan Altenberg <jan@homerjsimpson.(none)>2009-06-20 03:38:57 +0200
committerJan Altenberg <jan@homerjsimpson.(none)>2009-06-20 03:38:57 +0200
commit36f95c7001ac4d753c6242ab102ad343ebc93827 (patch)
tree9da1df0d6c1746afb0d2a7d61d60ce926b2c0351 /application-devel
parentb208259c74504385c2f9b90d892785c55cc9aff5 (diff)
parentd3835cbfea3bbc19b386f31c4972d4bc37b9347b (diff)
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'application-devel')
-rw-r--r--application-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/application-devel/Makefile b/application-devel/Makefile
new file mode 100644
index 0000000..d62fe78
--- /dev/null
+++ b/application-devel/Makefile
@@ -0,0 +1,6 @@
+SUBDIRS = app-debugging compile-tools devel-best-practices devel-environment embedded-devel
+
+all clean::
+ for dir in $(SUBDIRS) ; do \
+ (cd $$dir && make $@); \
+ done