From 4289eb153b556ad21ea03092562a908e76030ba5 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 5 May 2003 19:24:32 +0000 Subject: Ajout du Makefile général. --- 2003/i/buzz/src/GNUmakefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2003/i/buzz/src/GNUmakefile (limited to '2003/i') 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 -- cgit v1.2.3