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
@@ -9,3 +9,6 @@
 
 pslCat: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/pslCat $O $(MYLIBS) $L
+
+clean::
+	rm -f ${O}