38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/hg/fragPart/makefile src/hg/fragPart/makefile
index 046d80d..af0c883 100644
--- src/hg/fragPart/makefile
+++ src/hg/fragPart/makefile
@@ -1,16 +1,19 @@
 include ../../inc/common.mk
 
 
 L += $(MYSQLLIBS) -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 
 
 O = fragPart.o 
 
 fragPart: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/fragPart $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/fragPart${EXE}
 
 lib:
 	cd ../../lib && ${MAKE}
+
+clean::
+	rm -f ${O}