summaryrefslogtreecommitdiff
path: root/2003/i
diff options
context:
space:
mode:
Diffstat (limited to '2003/i')
-rw-r--r--2003/i/buzz/src/GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/2003/i/buzz/src/GNUmakefile b/2003/i/buzz/src/GNUmakefile
new file mode 100644
index 0000000..49d861d
--- /dev/null
+++ b/2003/i/buzz/src/GNUmakefile
@@ -0,0 +1,7 @@
+SUBDIRS = busp camera erreur kernel vision
+
+
+clean:
+ for i in $(SUBDIRS); \
+ do $(MAKE) -C $$i clean; \
+ done