47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/hg/hgGeneBands/makefile src/hg/hgGeneBands/makefile
index 456e866..2e0421b 100644
--- src/hg/hgGeneBands/makefile
+++ src/hg/hgGeneBands/makefile
@@ -9,3 +9,6 @@
 
 ${X}: $O ${MYLIBS}
 	${CC} ${COPT} -o ${X} $O ${MYLIBS} $L
+
+clean::
+	rm -f ${O}