9bfcf5e486d3ff0032e427a6ccf478fb776f5e0f
hiram
  Mon Jun 14 11:42:27 2010 -0700
fixing makefiles to have clean targets
diff --git src/fuse/makefile src/fuse/makefile
index a78cab0..b5d8201 100644
--- src/fuse/makefile
+++ src/fuse/makefile
@@ -1,17 +1,20 @@
 include ../inc/common.mk
 include ./fuse.mk
 
 FUSE_DIRS = \
 	udcFuse
 
 all:    
 	@for D in $(FUSE_DIRS) x; do \
 	  if test "$$D" != "x" ; then \
 	    ( cd $$D && echo $$D && $(MAKE) ) ;\
 	    x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
 	    fi ;\
 	done
 
 alpha: all
 
 # clean would be redundant with top-level makefile's (find & rm .o's)
+
+clean::
+	rm -f ${O}