src/xenoAli/bwana/makefile 1.8

1.8 2010/03/14 23:26:20 hiram
need clean targets everywhere here
Index: src/xenoAli/bwana/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/xenoAli/bwana/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 1000000 -r1.7 -r1.8
--- src/xenoAli/bwana/makefile	19 Dec 2006 23:35:38 -0000	1.7
+++ src/xenoAli/bwana/makefile	14 Mar 2010 23:26:20 -0000	1.8
@@ -1,8 +1,11 @@
 include ../../inc/common.mk
 
 
 O = bwana.o 
 
 bwana: $(O)
 	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkOwnLib.a ../../lib/$(MACHTYPE)/jkweb.a
 	mv ${AOUT} ${BINDIR}/bwana
+
+clean::
+	rm -f "${O}" "${AOUT}"