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