adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/cdnaAli/cluster/makefile src/cdnaAli/cluster/makefile
index 96d621a..4ae5c44 100755
--- src/cdnaAli/cluster/makefile
+++ src/cdnaAli/cluster/makefile
@@ -1,12 +1,13 @@
 include ../../inc/common.mk
 
 
 O =  cluster.o ../lib/cdnaAli.o
 
 JKWEB=../../lib/$(MACHTYPE)/jkweb.a
 L += ${JKWEB}
 
 ${BINDIR}/cluster: $(O) $(JKWEB)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/cluster $O $(L)
 
-
+clean::
+	rm -f ${O}