adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/cdnaAli/aliGlue/makefile src/cdnaAli/aliGlue/makefile
index 071120a..852f70f 100755
--- src/cdnaAli/aliGlue/makefile
+++ src/cdnaAli/aliGlue/makefile
@@ -1,9 +1,12 @@
 include ../../inc/common.mk
 
 O =  aliGlue.o
 
 ${BINDIR}/aliGlue: $(O)  
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/aliGlue $O ../../lib/$(MACHTYPE)/jkweb.a ../../lib/$(MACHTYPE)/jkOwnLib.a -lm
 
 strip:
 	${STRIP} ${BINDIR}/aliGlue${EXE}
+
+clean::
+	rm -f ${O}