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