38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/oneShot/findContigsWithClones/makefile src/oneShot/findContigsWithClones/makefile
index 307308b..5ef6d94 100644
--- src/oneShot/findContigsWithClones/makefile
+++ src/oneShot/findContigsWithClones/makefile
@@ -1,11 +1,14 @@
 include ../../inc/common.mk
 
 
 L += -lm
 MYLIBDIR = $(HOME)/src/lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 O = findContigsWithClones.o
 
 findContigsWithClones: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/findContigsWithClones $O $(MYLIBS) $L
+
+clean::
+	rm -f ${O}