38785bd54a6b4f7c5f13bc7a4b6666d69a2a422c
hiram
  Thu Jun 17 15:37:36 2010 -0700
fixup makefiles to have clean targets
diff --git src/index/ixxenost/makefile src/index/ixxenost/makefile
index beeef55..c0ac8fe 100755
--- src/index/ixxenost/makefile
+++ src/index/ixxenost/makefile
@@ -1,8 +1,11 @@
 include ../../inc/common.mk
 
 
 O = ixxenost.o 
 
 ixxenost: $(O)
 	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a
 	mv ${AOUT} ${BINDIR}/ixxenost
+
+clean::
+	rm -f ${O}