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