47ea306c424d4b800a1d6fea2cef10547bbaba62
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}