adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/utils/faTrimPolyA/makefile src/utils/faTrimPolyA/makefile
index 36dc0bb..fdd8877 100644
--- src/utils/faTrimPolyA/makefile
+++ src/utils/faTrimPolyA/makefile
@@ -1,14 +1,17 @@
 include ../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 O = faTrimPolyA.o
 
 faTrimPolyA: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/faTrimPolyA $O $(MYLIBS) $L
 	${STRIP} ${BINDIR}/faTrimPolyA${EXE}
 
 test:
 	(cd tests && ${MAKE} test)
+
+clean::
+	rm -f ${O}