47ea306c424d4b800a1d6fea2cef10547bbaba62
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/index/fofFa/makefile src/index/fofFa/makefile
index 7ca61b5..44b1071 100755
--- src/index/fofFa/makefile
+++ src/index/fofFa/makefile
@@ -1,8 +1,10 @@
 include ../../inc/common.mk
 
 
 O = fofFa.o 
 
 fofFa: $(O)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/fofFa $O ../../lib/$(MACHTYPE)/jkweb.a
 
+clean::
+	rm -f ${O}