adaefb41c47c8ed44b75ad2793770bae5070e71b
hiram
  Fri Jun 18 20:36:26 2010 -0700
last bunch of makefiles that need a clean target
diff --git src/utils/geneStarts/makefile src/utils/geneStarts/makefile
index 9a97ec5..04645fb 100755
--- src/utils/geneStarts/makefile
+++ src/utils/geneStarts/makefile
@@ -1,13 +1,15 @@
 include ../../inc/common.mk
 
 
 O = geneStarts.o 
 
 L += $(MYSQLLIBS) -lm 
 MYLIBDIR = /cse/guests/kent/src/lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 
 geneStarts: $(O)
 	${CC} ${COPT} ${CFLAGS} -o geneStarts $O $(MYLIBS) $L
 
+clean::
+	rm -f ${O}