0120049e1af065ba852c2fabb1fa27417ff1f617
hiram
  Fri Jun 18 13:51:57 2010 -0700
adding clean targets to makefiles reached via clean_utils
diff --git src/hg/bedIntersect/makefile src/hg/bedIntersect/makefile
index 377d0ff..d8e3b86 100644
--- src/hg/bedIntersect/makefile
+++ src/hg/bedIntersect/makefile
@@ -1,12 +1,15 @@
 include ../../inc/common.mk
 
 
 L += -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 O = bedIntersect.o
 
 bedIntersect: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/bedIntersect $O $(MYLIBS) $L
 #	${STRIP} ${BINDIR}/bedIntersect${EXE}
+
+clean::
+	rm -f ${O}