src/fuse/makefile 1.2

1.2 2009/11/03 01:20:40 angie
Should have finished writing it first.
Index: src/fuse/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/fuse/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/fuse/makefile	3 Nov 2009 01:18:32 -0000	1.1
+++ src/fuse/makefile	3 Nov 2009 01:20:40 -0000	1.2
@@ -1,13 +1,16 @@
 include ../inc/common.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)