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 4 -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
@@ -10,4 +10,7 @@
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)