summaryrefslogtreecommitdiff
path: root/2003/i/buzz
diff options
context:
space:
mode:
authorschodet2003-05-05 19:24:32 +0000
committerschodet2003-05-05 19:24:32 +0000
commit4289eb153b556ad21ea03092562a908e76030ba5 (patch)
tree40e8380899657d835ac485944484e8cd3932b4ba /2003/i/buzz
parente5deeadfcd0dc50f607e388712f6d349a36c383c (diff)
Ajout du Makefile général.
Diffstat (limited to '2003/i/buzz')
-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