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